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_CBCLOW_CAT4/segments?format=api&page=4346
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=4347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4345",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4346,
    "results": [
        {
            "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
        },
        {
            "start": 874757475,
            "stop": 874757640
        },
        {
            "start": 874757660,
            "stop": 874757707
        },
        {
            "start": 874757726,
            "stop": 874757728
        },
        {
            "start": 874757763,
            "stop": 874757802
        },
        {
            "start": 874757838,
            "stop": 874757848
        },
        {
            "start": 874757867,
            "stop": 874757901
        }
    ]
}