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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33369",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33367",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33368,
    "results": [
        {
            "start": 971518900,
            "stop": 971519336
        },
        {
            "start": 971519339,
            "stop": 971519400
        },
        {
            "start": 971519404,
            "stop": 971519552
        },
        {
            "start": 971519555,
            "stop": 971519641
        },
        {
            "start": 971519644,
            "stop": 971519716
        },
        {
            "start": 971519719,
            "stop": 971519912
        },
        {
            "start": 971519913,
            "stop": 971520016
        },
        {
            "start": 971520019,
            "stop": 971521290
        },
        {
            "start": 971521293,
            "stop": 971521771
        },
        {
            "start": 971521774,
            "stop": 971522080
        },
        {
            "start": 971522083,
            "stop": 971523280
        },
        {
            "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
        }
    ]
}