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/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=80
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=79",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 80,
    "results": [
        {
            "start": 825809668,
            "stop": 825812778
        },
        {
            "start": 825812931,
            "stop": 825813056
        },
        {
            "start": 825813088,
            "stop": 825814016
        },
        {
            "start": 825814048,
            "stop": 825822792
        },
        {
            "start": 825824273,
            "stop": 825830912
        },
        {
            "start": 825830944,
            "stop": 825835968
        },
        {
            "start": 825836000,
            "stop": 825841393
        },
        {
            "start": 825842368,
            "stop": 825866240
        },
        {
            "start": 825866272,
            "stop": 825868629
        },
        {
            "start": 825868630,
            "stop": 825869824
        },
        {
            "start": 825869856,
            "stop": 825873716
        },
        {
            "start": 825876226,
            "stop": 825876815
        },
        {
            "start": 825876818,
            "stop": 825880388
        },
        {
            "start": 825883313,
            "stop": 825883961
        },
        {
            "start": 825883962,
            "stop": 825884041
        },
        {
            "start": 825884042,
            "stop": 825884642
        },
        {
            "start": 825884643,
            "stop": 825889573
        },
        {
            "start": 825891353,
            "stop": 825891782
        },
        {
            "start": 825898531,
            "stop": 825898683
        },
        {
            "start": 825908198,
            "stop": 825908321
        }
    ]
}