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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3770",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3768",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3769,
    "results": [
        {
            "start": 971523281,
            "stop": 971523372
        },
        {
            "start": 971523375,
            "stop": 971523482
        },
        {
            "start": 971523485,
            "stop": 971523548
        },
        {
            "start": 971523551,
            "stop": 971523555
        },
        {
            "start": 971523558,
            "stop": 971523694
        },
        {
            "start": 971523697,
            "stop": 971523703
        },
        {
            "start": 971523706,
            "stop": 971523908
        },
        {
            "start": 971523911,
            "stop": 971523912
        },
        {
            "start": 971523915,
            "stop": 971523969
        },
        {
            "start": 971523972,
            "stop": 971524216
        },
        {
            "start": 971524219,
            "stop": 971525136
        },
        {
            "start": 971525141,
            "stop": 971525255
        },
        {
            "start": 971525258,
            "stop": 971525267
        },
        {
            "start": 971525270,
            "stop": 971525477
        },
        {
            "start": 971525507,
            "stop": 971525534
        },
        {
            "start": 971525538,
            "stop": 971525655
        },
        {
            "start": 971525656,
            "stop": 971525779
        },
        {
            "start": 971525782,
            "stop": 971525784
        },
        {
            "start": 971525787,
            "stop": 971526264
        },
        {
            "start": 971526267,
            "stop": 971526297
        }
    ]
}