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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=187",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 188,
    "results": [
        {
            "start": 821652063,
            "stop": 821652092
        },
        {
            "start": 821652095,
            "stop": 821652109
        },
        {
            "start": 821652112,
            "stop": 821652118
        },
        {
            "start": 821652121,
            "stop": 821652146
        },
        {
            "start": 821652149,
            "stop": 821652156
        },
        {
            "start": 821652159,
            "stop": 821652164
        },
        {
            "start": 821652167,
            "stop": 821652183
        },
        {
            "start": 821652186,
            "stop": 821652188
        },
        {
            "start": 821652191,
            "stop": 821652203
        },
        {
            "start": 821652206,
            "stop": 821652217
        },
        {
            "start": 821652221,
            "stop": 821652265
        },
        {
            "start": 821652269,
            "stop": 821652281
        },
        {
            "start": 821652284,
            "stop": 821652289
        },
        {
            "start": 821652292,
            "stop": 821652325
        },
        {
            "start": 821652328,
            "stop": 821652346
        },
        {
            "start": 821652350,
            "stop": 821652359
        },
        {
            "start": 821652362,
            "stop": 821652469
        },
        {
            "start": 821652473,
            "stop": 821652485
        },
        {
            "start": 821652488,
            "stop": 821652509
        },
        {
            "start": 821652512,
            "stop": 821652544
        }
    ]
}