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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=218",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 219,
    "results": [
        {
            "start": 858530522,
            "stop": 858532022
        },
        {
            "start": 858532918,
            "stop": 858535232
        },
        {
            "start": 858536022,
            "stop": 858551067
        },
        {
            "start": 858551069,
            "stop": 858556042
        },
        {
            "start": 858556721,
            "stop": 858594442
        },
        {
            "start": 858595219,
            "stop": 858607747
        },
        {
            "start": 858609594,
            "stop": 858617678
        },
        {
            "start": 858619237,
            "stop": 858620361
        },
        {
            "start": 858621260,
            "stop": 858626630
        },
        {
            "start": 858627903,
            "stop": 858628985
        },
        {
            "start": 858628987,
            "stop": 858643054
        },
        {
            "start": 858645059,
            "stop": 858693343
        },
        {
            "start": 858694964,
            "stop": 858724929
        },
        {
            "start": 858725778,
            "stop": 858741251
        },
        {
            "start": 858742343,
            "stop": 858765969
        },
        {
            "start": 858766511,
            "stop": 858776785
        },
        {
            "start": 858777410,
            "stop": 858784988
        },
        {
            "start": 858792268,
            "stop": 858792449
        },
        {
            "start": 858793100,
            "stop": 858797923
        },
        {
            "start": 858800052,
            "stop": 858801221
        }
    ]
}