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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=158",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 159,
    "results": [
        {
            "start": 931422759,
            "stop": 931422762
        },
        {
            "start": 931422768,
            "stop": 931422774
        },
        {
            "start": 931422779,
            "stop": 931422783
        },
        {
            "start": 931422785,
            "stop": 931422797
        },
        {
            "start": 931422799,
            "stop": 931422802
        },
        {
            "start": 931422806,
            "stop": 931422811
        },
        {
            "start": 931422813,
            "stop": 931422823
        },
        {
            "start": 931422825,
            "stop": 931422827
        },
        {
            "start": 931422830,
            "stop": 931422853
        },
        {
            "start": 931422856,
            "stop": 931422861
        },
        {
            "start": 931422863,
            "stop": 931422868
        },
        {
            "start": 931422870,
            "stop": 931422879
        },
        {
            "start": 931422881,
            "stop": 931422889
        },
        {
            "start": 931422891,
            "stop": 931422899
        },
        {
            "start": 931422903,
            "stop": 931422912
        },
        {
            "start": 931422914,
            "stop": 931422920
        },
        {
            "start": 931422922,
            "stop": 931422925
        },
        {
            "start": 931422928,
            "stop": 931422931
        },
        {
            "start": 931422934,
            "stop": 931422941
        },
        {
            "start": 931422945,
            "stop": 931422951
        }
    ]
}