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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=208",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 209,
    "results": [
        {
            "start": 820519925,
            "stop": 820519973
        },
        {
            "start": 820519976,
            "stop": 820520105
        },
        {
            "start": 820520108,
            "stop": 820520145
        },
        {
            "start": 820520148,
            "stop": 820520189
        },
        {
            "start": 820520193,
            "stop": 820520238
        },
        {
            "start": 820520241,
            "stop": 820520697
        },
        {
            "start": 820520700,
            "stop": 820520769
        },
        {
            "start": 820520772,
            "stop": 820520845
        },
        {
            "start": 820520849,
            "stop": 820520908
        },
        {
            "start": 820520913,
            "stop": 820520971
        },
        {
            "start": 820520974,
            "stop": 820521029
        },
        {
            "start": 820521032,
            "stop": 820521175
        },
        {
            "start": 820521179,
            "stop": 820521206
        },
        {
            "start": 820521210,
            "stop": 820521234
        },
        {
            "start": 820521237,
            "stop": 820521618
        },
        {
            "start": 820521621,
            "stop": 820521652
        },
        {
            "start": 820521655,
            "stop": 820521737
        },
        {
            "start": 820521740,
            "stop": 820521783
        },
        {
            "start": 820521787,
            "stop": 820521814
        },
        {
            "start": 820521833,
            "stop": 820521877
        }
    ]
}