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=46675
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=46676",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46674",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46675,
    "results": [
        {
            "start": 875040996,
            "stop": 875041008
        },
        {
            "start": 875041009,
            "stop": 875041013
        },
        {
            "start": 875041014,
            "stop": 875041018
        },
        {
            "start": 875041019,
            "stop": 875041027
        },
        {
            "start": 875041031,
            "stop": 875041045
        },
        {
            "start": 875041046,
            "stop": 875041050
        },
        {
            "start": 875041052,
            "stop": 875041055
        },
        {
            "start": 875041056,
            "stop": 875041071
        },
        {
            "start": 875041073,
            "stop": 875041107
        },
        {
            "start": 875041108,
            "stop": 875041114
        },
        {
            "start": 875041116,
            "stop": 875041128
        },
        {
            "start": 875041129,
            "stop": 875041154
        },
        {
            "start": 875041155,
            "stop": 875041165
        },
        {
            "start": 875041166,
            "stop": 875041199
        },
        {
            "start": 875041200,
            "stop": 875041214
        },
        {
            "start": 875041215,
            "stop": 875041228
        },
        {
            "start": 875041229,
            "stop": 875041307
        },
        {
            "start": 875041309,
            "stop": 875041349
        },
        {
            "start": 875041352,
            "stop": 875041353
        },
        {
            "start": 875041355,
            "stop": 875041362
        }
    ]
}