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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=124",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 125,
    "results": [
        {
            "start": 859663562,
            "stop": 859664402
        },
        {
            "start": 859664605,
            "stop": 859664958
        },
        {
            "start": 859665070,
            "stop": 859704498
        },
        {
            "start": 859705507,
            "stop": 859720444
        },
        {
            "start": 859721719,
            "stop": 859723181
        },
        {
            "start": 859725180,
            "stop": 859736184
        },
        {
            "start": 859737807,
            "stop": 859751633
        },
        {
            "start": 859752467,
            "stop": 859758336
        },
        {
            "start": 859758902,
            "stop": 859761487
        },
        {
            "start": 859762860,
            "stop": 859766654
        },
        {
            "start": 859767242,
            "stop": 859781288
        },
        {
            "start": 859782818,
            "stop": 859787081
        },
        {
            "start": 859796788,
            "stop": 859831608
        },
        {
            "start": 859834357,
            "stop": 859848854
        },
        {
            "start": 859849602,
            "stop": 859853369
        },
        {
            "start": 859859737,
            "stop": 859898984
        },
        {
            "start": 859900450,
            "stop": 859922476
        },
        {
            "start": 859925963,
            "stop": 859934497
        },
        {
            "start": 859935476,
            "stop": 860000759
        },
        {
            "start": 860001339,
            "stop": 860011001
        }
    ]
}