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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4114",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4115,
    "results": [
        {
            "start": 874236877,
            "stop": 874237039
        },
        {
            "start": 874237076,
            "stop": 874237139
        },
        {
            "start": 874237158,
            "stop": 874237242
        },
        {
            "start": 874237261,
            "stop": 874237520
        },
        {
            "start": 874237539,
            "stop": 874237555
        },
        {
            "start": 874237575,
            "stop": 874237603
        },
        {
            "start": 874237625,
            "stop": 874237854
        },
        {
            "start": 874237888,
            "stop": 874238024
        },
        {
            "start": 874238043,
            "stop": 874238099
        },
        {
            "start": 874238139,
            "stop": 874238148
        },
        {
            "start": 874238173,
            "stop": 874238210
        },
        {
            "start": 874238229,
            "stop": 874238343
        },
        {
            "start": 874238362,
            "stop": 874238408
        },
        {
            "start": 874238427,
            "stop": 874238464
        },
        {
            "start": 874238491,
            "stop": 874238535
        },
        {
            "start": 874238554,
            "stop": 874238558
        },
        {
            "start": 874238577,
            "stop": 874238649
        },
        {
            "start": 874238673,
            "stop": 874238690
        },
        {
            "start": 874238811,
            "stop": 874238823
        },
        {
            "start": 874238843,
            "stop": 874238845
        }
    ]
}