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=506
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=507",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=505",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 506,
    "results": [
        {
            "start": 826943477,
            "stop": 826943972
        },
        {
            "start": 826943999,
            "stop": 826944022
        },
        {
            "start": 826944043,
            "stop": 826944178
        },
        {
            "start": 826944197,
            "stop": 826944199
        },
        {
            "start": 826944222,
            "stop": 826944234
        },
        {
            "start": 826944306,
            "stop": 826944332
        },
        {
            "start": 826944353,
            "stop": 826944361
        },
        {
            "start": 826944380,
            "stop": 826944451
        },
        {
            "start": 826944470,
            "stop": 826944499
        },
        {
            "start": 826944518,
            "stop": 826944544
        },
        {
            "start": 826944580,
            "stop": 826944839
        },
        {
            "start": 826944858,
            "stop": 826944942
        },
        {
            "start": 826944962,
            "stop": 826944964
        },
        {
            "start": 826944983,
            "stop": 826945171
        },
        {
            "start": 826945201,
            "stop": 826945277
        },
        {
            "start": 826945296,
            "stop": 826945308
        },
        {
            "start": 826945328,
            "stop": 826945344
        },
        {
            "start": 826945389,
            "stop": 826945407
        },
        {
            "start": 826945447,
            "stop": 826945479
        },
        {
            "start": 826945512,
            "stop": 826945723
        }
    ]
}