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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=319",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 320,
    "results": [
        {
            "start": 821340240,
            "stop": 821343919
        },
        {
            "start": 821343922,
            "stop": 821344071
        },
        {
            "start": 821345496,
            "stop": 821346114
        },
        {
            "start": 821346234,
            "stop": 821350202
        },
        {
            "start": 821350205,
            "stop": 821355902
        },
        {
            "start": 821355905,
            "stop": 821357609
        },
        {
            "start": 821357612,
            "stop": 821358944
        },
        {
            "start": 821358976,
            "stop": 821360017
        },
        {
            "start": 821360034,
            "stop": 821360083
        },
        {
            "start": 821360100,
            "stop": 821360106
        },
        {
            "start": 821360123,
            "stop": 821360126
        },
        {
            "start": 821360143,
            "stop": 821360144
        },
        {
            "start": 821360169,
            "stop": 821360174
        },
        {
            "start": 821360199,
            "stop": 821360667
        },
        {
            "start": 821360707,
            "stop": 821360709
        },
        {
            "start": 821360726,
            "stop": 821362208
        },
        {
            "start": 821362752,
            "stop": 821363037
        },
        {
            "start": 821364960,
            "stop": 821367369
        },
        {
            "start": 821367373,
            "stop": 821374304
        },
        {
            "start": 821374485,
            "stop": 821374493
        }
    ]
}