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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=244",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 245,
    "results": [
        {
            "start": 821334223,
            "stop": 821343919
        },
        {
            "start": 821343922,
            "stop": 821344071
        },
        {
            "start": 821345496,
            "stop": 821350202
        },
        {
            "start": 821350205,
            "stop": 821355902
        },
        {
            "start": 821355905,
            "stop": 821357609
        },
        {
            "start": 821357612,
            "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": 821363037
        },
        {
            "start": 821364960,
            "stop": 821367369
        },
        {
            "start": 821367373,
            "stop": 821374493
        },
        {
            "start": 821374496,
            "stop": 821383501
        },
        {
            "start": 821383504,
            "stop": 821384793
        },
        {
            "start": 821384810,
            "stop": 821388457
        },
        {
            "start": 821390722,
            "stop": 821394297
        }
    ]
}