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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40564",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40562",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40563,
    "results": [
        {
            "start": 874839931,
            "stop": 874839988
        },
        {
            "start": 874839989,
            "stop": 874839991
        },
        {
            "start": 874839992,
            "stop": 874840143
        },
        {
            "start": 874840144,
            "stop": 874840175
        },
        {
            "start": 874840178,
            "stop": 874840186
        },
        {
            "start": 874840188,
            "stop": 874840210
        },
        {
            "start": 874840211,
            "stop": 874840224
        },
        {
            "start": 874840225,
            "stop": 874840233
        },
        {
            "start": 874840234,
            "stop": 874840246
        },
        {
            "start": 874840247,
            "stop": 874840250
        },
        {
            "start": 874840252,
            "stop": 874840289
        },
        {
            "start": 874840290,
            "stop": 874840333
        },
        {
            "start": 874840335,
            "stop": 874840393
        },
        {
            "start": 874840394,
            "stop": 874840455
        },
        {
            "start": 874840456,
            "stop": 874840459
        },
        {
            "start": 874840460,
            "stop": 874840466
        },
        {
            "start": 874840467,
            "stop": 874840469
        },
        {
            "start": 874840471,
            "stop": 874840521
        },
        {
            "start": 874840522,
            "stop": 874840612
        },
        {
            "start": 874840613,
            "stop": 874840677
        }
    ]
}