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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1983",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1981",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1982,
    "results": [
        {
            "start": 1253510530,
            "stop": 1253513009
        },
        {
            "start": 1253513012,
            "stop": 1253514810
        },
        {
            "start": 1253514813,
            "stop": 1253516219
        },
        {
            "start": 1253516222,
            "stop": 1253516743
        },
        {
            "start": 1253516746,
            "stop": 1253518887
        },
        {
            "start": 1253518895,
            "stop": 1253519227
        },
        {
            "start": 1253519230,
            "stop": 1253521873
        },
        {
            "start": 1253521876,
            "stop": 1253521900
        },
        {
            "start": 1253521903,
            "stop": 1253524601
        },
        {
            "start": 1253524604,
            "stop": 1253524864
        },
        {
            "start": 1253524867,
            "stop": 1253525227
        },
        {
            "start": 1253525230,
            "stop": 1253525758
        },
        {
            "start": 1253525761,
            "stop": 1253527515
        },
        {
            "start": 1253527517,
            "stop": 1253529456
        },
        {
            "start": 1253529464,
            "stop": 1253529803
        },
        {
            "start": 1253529806,
            "stop": 1253531221
        },
        {
            "start": 1253531224,
            "stop": 1253533911
        },
        {
            "start": 1253533914,
            "stop": 1253534099
        },
        {
            "start": 1253534102,
            "stop": 1253540426
        },
        {
            "start": 1253540428,
            "stop": 1253541205
        }
    ]
}