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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=309",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 310,
    "results": [
        {
            "start": 852648479,
            "stop": 852648648
        },
        {
            "start": 852656763,
            "stop": 852660417
        },
        {
            "start": 852660527,
            "stop": 852663965
        },
        {
            "start": 852664031,
            "stop": 852679311
        },
        {
            "start": 852690020,
            "stop": 852691892
        },
        {
            "start": 852691943,
            "stop": 852692149
        },
        {
            "start": 852695528,
            "stop": 852697973
        },
        {
            "start": 852712499,
            "stop": 852715693
        },
        {
            "start": 852715736,
            "stop": 852715738
        },
        {
            "start": 852716820,
            "stop": 852794532
        },
        {
            "start": 852795892,
            "stop": 852828248
        },
        {
            "start": 852829997,
            "stop": 852833713
        },
        {
            "start": 852833714,
            "stop": 852833715
        },
        {
            "start": 852833870,
            "stop": 852838648
        },
        {
            "start": 852838751,
            "stop": 852920941
        },
        {
            "start": 852924759,
            "stop": 852924934
        },
        {
            "start": 852924965,
            "stop": 852926233
        },
        {
            "start": 852926258,
            "stop": 852926259
        },
        {
            "start": 852926497,
            "stop": 852998078
        },
        {
            "start": 853023583,
            "stop": 853024153
        }
    ]
}