Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5143
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5142",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5143,
    "results": [
        {
            "start": 874755803,
            "stop": 874755818
        },
        {
            "start": 874755864,
            "stop": 874756018
        },
        {
            "start": 874756072,
            "stop": 874756160
        },
        {
            "start": 874756186,
            "stop": 874756223
        },
        {
            "start": 874756242,
            "stop": 874756312
        },
        {
            "start": 874756337,
            "stop": 874756346
        },
        {
            "start": 874756365,
            "stop": 874756380
        },
        {
            "start": 874756399,
            "stop": 874756532
        },
        {
            "start": 874756551,
            "stop": 874756589
        },
        {
            "start": 874756618,
            "stop": 874756659
        },
        {
            "start": 874756678,
            "stop": 874756694
        },
        {
            "start": 874756714,
            "stop": 874756738
        },
        {
            "start": 874756757,
            "stop": 874756786
        },
        {
            "start": 874756805,
            "stop": 874756897
        },
        {
            "start": 874756916,
            "stop": 874757000
        },
        {
            "start": 874757019,
            "stop": 874757086
        },
        {
            "start": 874757106,
            "stop": 874757139
        },
        {
            "start": 874757158,
            "stop": 874757237
        },
        {
            "start": 874757256,
            "stop": 874757341
        },
        {
            "start": 874757360,
            "stop": 874757456
        }
    ]
}