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=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=195",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 196,
    "results": [
        {
            "start": 820474599,
            "stop": 820474693
        },
        {
            "start": 820474697,
            "stop": 820474700
        },
        {
            "start": 820474703,
            "stop": 820474819
        },
        {
            "start": 820474822,
            "stop": 820474892
        },
        {
            "start": 820474896,
            "stop": 820475171
        },
        {
            "start": 820475175,
            "stop": 820475332
        },
        {
            "start": 820475335,
            "stop": 820475753
        },
        {
            "start": 820475756,
            "stop": 820475759
        },
        {
            "start": 820475763,
            "stop": 820476234
        },
        {
            "start": 820476237,
            "stop": 820476240
        },
        {
            "start": 820476244,
            "stop": 820476290
        },
        {
            "start": 820476293,
            "stop": 820476443
        },
        {
            "start": 820476446,
            "stop": 820476556
        },
        {
            "start": 820476561,
            "stop": 820476563
        },
        {
            "start": 820476567,
            "stop": 820476588
        },
        {
            "start": 820476592,
            "stop": 820477045
        },
        {
            "start": 820477048,
            "stop": 820477166
        },
        {
            "start": 820477169,
            "stop": 820477194
        },
        {
            "start": 820477197,
            "stop": 820477200
        },
        {
            "start": 820477203,
            "stop": 820477261
        }
    ]
}