Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=392
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=391",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 392,
    "results": [
        {
            "start": 821513118,
            "stop": 821513127
        },
        {
            "start": 821513130,
            "stop": 821513166
        },
        {
            "start": 821513169,
            "stop": 821513173
        },
        {
            "start": 821513176,
            "stop": 821513178
        },
        {
            "start": 821513181,
            "stop": 821513182
        },
        {
            "start": 821513185,
            "stop": 821513209
        },
        {
            "start": 821513212,
            "stop": 821513276
        },
        {
            "start": 821516082,
            "stop": 821516095
        },
        {
            "start": 821516098,
            "stop": 821516112
        },
        {
            "start": 821516118,
            "stop": 821516120
        },
        {
            "start": 821516123,
            "stop": 821516145
        },
        {
            "start": 821516149,
            "stop": 821516150
        },
        {
            "start": 821516157,
            "stop": 821516176
        },
        {
            "start": 821516179,
            "stop": 821516193
        },
        {
            "start": 821516196,
            "stop": 821516205
        },
        {
            "start": 821516208,
            "stop": 821516215
        },
        {
            "start": 821516221,
            "stop": 821516250
        },
        {
            "start": 821516253,
            "stop": 821516258
        },
        {
            "start": 821516262,
            "stop": 821516325
        },
        {
            "start": 821516328,
            "stop": 821516338
        }
    ]
}