Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=13
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=12",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 13,
    "results": [
        {
            "start": 815852127,
            "stop": 815855439
        },
        {
            "start": 815855441,
            "stop": 815858749
        },
        {
            "start": 815858752,
            "stop": 815867838
        },
        {
            "start": 815867841,
            "stop": 815868495
        },
        {
            "start": 815868497,
            "stop": 815870680
        },
        {
            "start": 815870686,
            "stop": 815873371
        },
        {
            "start": 815873373,
            "stop": 815882712
        },
        {
            "start": 815882713,
            "stop": 815890590
        },
        {
            "start": 815890650,
            "stop": 815891899
        },
        {
            "start": 815891902,
            "stop": 815904684
        },
        {
            "start": 815904687,
            "stop": 815905168
        },
        {
            "start": 815905171,
            "stop": 815905530
        },
        {
            "start": 815905590,
            "stop": 815906023
        },
        {
            "start": 815906436,
            "stop": 815906495
        },
        {
            "start": 815906497,
            "stop": 815908917
        },
        {
            "start": 815911204,
            "stop": 815912457
        },
        {
            "start": 815912460,
            "stop": 815914470
        },
        {
            "start": 815914530,
            "stop": 815918670
        },
        {
            "start": 815918730,
            "stop": 815921790
        },
        {
            "start": 815921850,
            "stop": 815922399
        }
    ]
}