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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=514",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=512",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 513,
    "results": [
        {
            "start": 825705005,
            "stop": 825711350
        },
        {
            "start": 825713282,
            "stop": 825740048
        },
        {
            "start": 825744458,
            "stop": 825748918
        },
        {
            "start": 825748923,
            "stop": 825748950
        },
        {
            "start": 825750273,
            "stop": 825771618
        },
        {
            "start": 825772030,
            "stop": 825781378
        },
        {
            "start": 825809668,
            "stop": 825812778
        },
        {
            "start": 825812931,
            "stop": 825822819
        },
        {
            "start": 825824273,
            "stop": 825841444
        },
        {
            "start": 825842368,
            "stop": 825868629
        },
        {
            "start": 825868634,
            "stop": 825873745
        },
        {
            "start": 825876226,
            "stop": 825876816
        },
        {
            "start": 825876822,
            "stop": 825880418
        },
        {
            "start": 825883313,
            "stop": 825883961
        },
        {
            "start": 825883966,
            "stop": 825884041
        },
        {
            "start": 825884046,
            "stop": 825884642
        },
        {
            "start": 825884647,
            "stop": 825889613
        },
        {
            "start": 825891353,
            "stop": 825891810
        },
        {
            "start": 825898531,
            "stop": 825898712
        },
        {
            "start": 825908198,
            "stop": 825908321
        }
    ]
}