Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=53
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=52",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 53,
    "results": [
        {
            "start": 931253824,
            "stop": 931253825
        },
        {
            "start": 931253827,
            "stop": 931253867
        },
        {
            "start": 931253869,
            "stop": 931253914
        },
        {
            "start": 931253917,
            "stop": 931253937
        },
        {
            "start": 931253939,
            "stop": 931253949
        },
        {
            "start": 931253951,
            "stop": 931253968
        },
        {
            "start": 931253969,
            "stop": 931253977
        },
        {
            "start": 931253980,
            "stop": 931253982
        },
        {
            "start": 931253984,
            "stop": 931254019
        },
        {
            "start": 931254021,
            "stop": 931254025
        },
        {
            "start": 931254029,
            "stop": 931254047
        },
        {
            "start": 931254049,
            "stop": 931254063
        },
        {
            "start": 931254065,
            "stop": 931254089
        },
        {
            "start": 931254095,
            "stop": 931254097
        },
        {
            "start": 931254099,
            "stop": 931254103
        },
        {
            "start": 931254106,
            "stop": 931254113
        },
        {
            "start": 931254122,
            "stop": 931254124
        },
        {
            "start": 931254127,
            "stop": 931254144
        },
        {
            "start": 931254151,
            "stop": 931254154
        },
        {
            "start": 931254158,
            "stop": 931254160
        }
    ]
}