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=46815
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=46816",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46814",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46815,
    "results": [
        {
            "start": 875127070,
            "stop": 875127072
        },
        {
            "start": 875127074,
            "stop": 875127093
        },
        {
            "start": 875127095,
            "stop": 875127111
        },
        {
            "start": 875127112,
            "stop": 875127115
        },
        {
            "start": 875127123,
            "stop": 875127125
        },
        {
            "start": 875127126,
            "stop": 875127132
        },
        {
            "start": 875127133,
            "stop": 875127149
        },
        {
            "start": 875127150,
            "stop": 875127161
        },
        {
            "start": 875127165,
            "stop": 875127173
        },
        {
            "start": 875127174,
            "stop": 875127190
        },
        {
            "start": 875127193,
            "stop": 875127198
        },
        {
            "start": 875127201,
            "stop": 875127212
        },
        {
            "start": 875127213,
            "stop": 875127229
        },
        {
            "start": 875127232,
            "stop": 875127237
        },
        {
            "start": 875127238,
            "stop": 875127242
        },
        {
            "start": 875127246,
            "stop": 875127263
        },
        {
            "start": 875127264,
            "stop": 875127266
        },
        {
            "start": 875127267,
            "stop": 875127268
        },
        {
            "start": 875127271,
            "stop": 875127272
        },
        {
            "start": 875127275,
            "stop": 875127302
        }
    ]
}