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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=35",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 36,
    "results": [
        {
            "start": 815852127,
            "stop": 815852302
        },
        {
            "start": 815852305,
            "stop": 815855439
        },
        {
            "start": 815855441,
            "stop": 815857116
        },
        {
            "start": 815857119,
            "stop": 815858749
        },
        {
            "start": 815858752,
            "stop": 815861010
        },
        {
            "start": 815861013,
            "stop": 815862823
        },
        {
            "start": 815862826,
            "stop": 815862958
        },
        {
            "start": 815862961,
            "stop": 815863588
        },
        {
            "start": 815863591,
            "stop": 815863876
        },
        {
            "start": 815863879,
            "stop": 815867838
        },
        {
            "start": 815867841,
            "stop": 815868495
        },
        {
            "start": 815868497,
            "stop": 815868686
        },
        {
            "start": 815868689,
            "stop": 815869710
        },
        {
            "start": 815869713,
            "stop": 815869716
        },
        {
            "start": 815869719,
            "stop": 815870680
        },
        {
            "start": 815870686,
            "stop": 815873371
        },
        {
            "start": 815873373,
            "stop": 815881529
        },
        {
            "start": 815881532,
            "stop": 815882712
        },
        {
            "start": 815882713,
            "stop": 815890590
        },
        {
            "start": 815890650,
            "stop": 815891899
        }
    ]
}