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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2348",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2349,
    "results": [
        {
            "start": 874638035,
            "stop": 874638036
        },
        {
            "start": 874638055,
            "stop": 874638251
        },
        {
            "start": 874638271,
            "stop": 874638315
        },
        {
            "start": 874638355,
            "stop": 874639470
        },
        {
            "start": 874639489,
            "stop": 874639686
        },
        {
            "start": 874639718,
            "stop": 874639760
        },
        {
            "start": 874639779,
            "stop": 874639833
        },
        {
            "start": 874639853,
            "stop": 874640141
        },
        {
            "start": 874640163,
            "stop": 874640635
        },
        {
            "start": 874640656,
            "stop": 874640694
        },
        {
            "start": 874640724,
            "stop": 874640926
        },
        {
            "start": 874640961,
            "stop": 874641889
        },
        {
            "start": 874641908,
            "stop": 874642223
        },
        {
            "start": 874642245,
            "stop": 874642275
        },
        {
            "start": 874642294,
            "stop": 874644741
        },
        {
            "start": 874644770,
            "stop": 874645728
        },
        {
            "start": 874645748,
            "stop": 874645778
        },
        {
            "start": 874645797,
            "stop": 874646199
        },
        {
            "start": 874646232,
            "stop": 874646609
        },
        {
            "start": 874646628,
            "stop": 874646937
        }
    ]
}