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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=80",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 81,
    "results": [
        {
            "start": 1173714970,
            "stop": 1173715470
        },
        {
            "start": 1173715621,
            "stop": 1173715856
        },
        {
            "start": 1173716136,
            "stop": 1173716438
        },
        {
            "start": 1173716863,
            "stop": 1173717010
        },
        {
            "start": 1173717126,
            "stop": 1173717430
        },
        {
            "start": 1173718072,
            "stop": 1173720827
        },
        {
            "start": 1173720830,
            "stop": 1173721035
        },
        {
            "start": 1173721038,
            "stop": 1173722081
        },
        {
            "start": 1173722084,
            "stop": 1173728197
        },
        {
            "start": 1173728200,
            "stop": 1173728289
        },
        {
            "start": 1173728292,
            "stop": 1173728526
        },
        {
            "start": 1173728529,
            "stop": 1173729304
        },
        {
            "start": 1173729307,
            "stop": 1173730486
        },
        {
            "start": 1173730489,
            "stop": 1173735105
        },
        {
            "start": 1173735108,
            "stop": 1173737542
        },
        {
            "start": 1173737546,
            "stop": 1173738059
        },
        {
            "start": 1173738063,
            "stop": 1173750209
        },
        {
            "start": 1173753147,
            "stop": 1173754848
        },
        {
            "start": 1173754852,
            "stop": 1173756872
        },
        {
            "start": 1173756876,
            "stop": 1173760204
        }
    ]
}