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=4339
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=4340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4338",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4339,
    "results": [
        {
            "start": 874743962,
            "stop": 874744060
        },
        {
            "start": 874744079,
            "stop": 874744092
        },
        {
            "start": 874744112,
            "stop": 874744115
        },
        {
            "start": 874744134,
            "stop": 874744193
        },
        {
            "start": 874744212,
            "stop": 874744213
        },
        {
            "start": 874744233,
            "stop": 874744260
        },
        {
            "start": 874744320,
            "stop": 874744412
        },
        {
            "start": 874744437,
            "stop": 874744444
        },
        {
            "start": 874744463,
            "stop": 874744513
        },
        {
            "start": 874744532,
            "stop": 874744548
        },
        {
            "start": 874744567,
            "stop": 874744659
        },
        {
            "start": 874744678,
            "stop": 874744686
        },
        {
            "start": 874744711,
            "stop": 874744816
        },
        {
            "start": 874744851,
            "stop": 874745028
        },
        {
            "start": 874745047,
            "stop": 874745060
        },
        {
            "start": 874745079,
            "stop": 874745086
        },
        {
            "start": 874745120,
            "stop": 874745131
        },
        {
            "start": 874745150,
            "stop": 874745194
        },
        {
            "start": 874745213,
            "stop": 874745234
        },
        {
            "start": 874745262,
            "stop": 874745269
        }
    ]
}