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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 1,
    "results": [
        {
            "start": 815402953,
            "stop": 815403073
        },
        {
            "start": 815410873,
            "stop": 815412895
        },
        {
            "start": 815412897,
            "stop": 815412910
        },
        {
            "start": 815412959,
            "stop": 815414233
        },
        {
            "start": 815414263,
            "stop": 815414266
        },
        {
            "start": 815494115,
            "stop": 815494942
        },
        {
            "start": 815494945,
            "stop": 815498048
        },
        {
            "start": 815563778,
            "stop": 815570255
        },
        {
            "start": 815570257,
            "stop": 815571733
        },
        {
            "start": 815572952,
            "stop": 815580719
        },
        {
            "start": 815582989,
            "stop": 815585329
        },
        {
            "start": 815585331,
            "stop": 815585893
        },
        {
            "start": 815585916,
            "stop": 815585917
        },
        {
            "start": 815586326,
            "stop": 815586444
        },
        {
            "start": 815586447,
            "stop": 815586526
        },
        {
            "start": 815589938,
            "stop": 815590153
        },
        {
            "start": 815591958,
            "stop": 815592253
        },
        {
            "start": 815592317,
            "stop": 815592373
        },
        {
            "start": 815592403,
            "stop": 815592406
        },
        {
            "start": 815726352,
            "stop": 815726828
        }
    ]
}