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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=184",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 185,
    "results": [
        {
            "start": 820416068,
            "stop": 820416197
        },
        {
            "start": 820416200,
            "stop": 820416815
        },
        {
            "start": 820416818,
            "stop": 820417216
        },
        {
            "start": 820417219,
            "stop": 820417241
        },
        {
            "start": 820417244,
            "stop": 820417283
        },
        {
            "start": 820417286,
            "stop": 820417587
        },
        {
            "start": 820417591,
            "stop": 820417912
        },
        {
            "start": 820417929,
            "stop": 820418244
        },
        {
            "start": 820418248,
            "stop": 820418349
        },
        {
            "start": 820418352,
            "stop": 820418478
        },
        {
            "start": 820418482,
            "stop": 820418498
        },
        {
            "start": 820418502,
            "stop": 820418978
        },
        {
            "start": 820418981,
            "stop": 820419054
        },
        {
            "start": 820419057,
            "stop": 820419116
        },
        {
            "start": 820419133,
            "stop": 820419194
        },
        {
            "start": 820419197,
            "stop": 820419258
        },
        {
            "start": 820419261,
            "stop": 820419685
        },
        {
            "start": 820419689,
            "stop": 820419860
        },
        {
            "start": 820419863,
            "stop": 820420079
        },
        {
            "start": 820420083,
            "stop": 820420086
        }
    ]
}