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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=327",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 328,
    "results": [
        {
            "start": 821747561,
            "stop": 821747575
        },
        {
            "start": 821747578,
            "stop": 821747584
        },
        {
            "start": 821747590,
            "stop": 821747601
        },
        {
            "start": 821747604,
            "stop": 821747608
        },
        {
            "start": 821747612,
            "stop": 821747617
        },
        {
            "start": 821747620,
            "stop": 821747628
        },
        {
            "start": 821747631,
            "stop": 821747642
        },
        {
            "start": 821747651,
            "stop": 821747652
        },
        {
            "start": 821747655,
            "stop": 821747684
        },
        {
            "start": 821747687,
            "stop": 821747688
        },
        {
            "start": 821747691,
            "stop": 821747714
        },
        {
            "start": 821747721,
            "stop": 821747723
        },
        {
            "start": 821747730,
            "stop": 821747745
        },
        {
            "start": 821747749,
            "stop": 821747759
        },
        {
            "start": 821747762,
            "stop": 821747772
        },
        {
            "start": 821747775,
            "stop": 821747783
        },
        {
            "start": 821747786,
            "stop": 821747789
        },
        {
            "start": 821747792,
            "stop": 821747853
        },
        {
            "start": 821747856,
            "stop": 821747869
        },
        {
            "start": 821747872,
            "stop": 821747880
        }
    ]
}