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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5712",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5710",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5711,
    "results": [
        {
            "start": 874599530,
            "stop": 874599533
        },
        {
            "start": 874599536,
            "stop": 874599594
        },
        {
            "start": 874599597,
            "stop": 874599636
        },
        {
            "start": 874599640,
            "stop": 874599840
        },
        {
            "start": 874599843,
            "stop": 874599851
        },
        {
            "start": 874599854,
            "stop": 874599857
        },
        {
            "start": 874599860,
            "stop": 874599879
        },
        {
            "start": 874599883,
            "stop": 874599925
        },
        {
            "start": 874599928,
            "stop": 874599960
        },
        {
            "start": 874599963,
            "stop": 874599986
        },
        {
            "start": 874599989,
            "stop": 874600010
        },
        {
            "start": 874600015,
            "stop": 874600028
        },
        {
            "start": 874600031,
            "stop": 874600081
        },
        {
            "start": 874600084,
            "stop": 874600135
        },
        {
            "start": 874600138,
            "stop": 874600198
        },
        {
            "start": 874600202,
            "stop": 874600203
        },
        {
            "start": 874600207,
            "stop": 874600214
        },
        {
            "start": 874600217,
            "stop": 874600223
        },
        {
            "start": 874600226,
            "stop": 874600239
        },
        {
            "start": 874600242,
            "stop": 874600269
        }
    ]
}