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=15710
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=15711",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15709",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15710,
    "results": [
        {
            "start": 971163696,
            "stop": 971163697
        },
        {
            "start": 971163699,
            "stop": 971163703
        },
        {
            "start": 971163709,
            "stop": 971163715
        },
        {
            "start": 971163718,
            "stop": 971163720
        },
        {
            "start": 971163723,
            "stop": 971163724
        },
        {
            "start": 971163728,
            "stop": 971163729
        },
        {
            "start": 971163732,
            "stop": 971163733
        },
        {
            "start": 971163736,
            "stop": 971163738
        },
        {
            "start": 971163741,
            "stop": 971163744
        },
        {
            "start": 971163746,
            "stop": 971163747
        },
        {
            "start": 971163748,
            "stop": 971163749
        },
        {
            "start": 971163751,
            "stop": 971163757
        },
        {
            "start": 971163761,
            "stop": 971163763
        },
        {
            "start": 971163766,
            "stop": 971163768
        },
        {
            "start": 971163771,
            "stop": 971163772
        },
        {
            "start": 971163774,
            "stop": 971163777
        },
        {
            "start": 971163778,
            "stop": 971163779
        },
        {
            "start": 971163781,
            "stop": 971163787
        },
        {
            "start": 971163788,
            "stop": 971163789
        },
        {
            "start": 971163791,
            "stop": 971163792
        }
    ]
}