Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=267
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=266",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 267,
    "results": [
        {
            "start": 874819487,
            "stop": 874846190
        },
        {
            "start": 874846971,
            "stop": 874847992
        },
        {
            "start": 874849999,
            "stop": 874857665
        },
        {
            "start": 874857985,
            "stop": 874858866
        },
        {
            "start": 874859660,
            "stop": 874864532
        },
        {
            "start": 874864932,
            "stop": 874864969
        },
        {
            "start": 874865289,
            "stop": 874867078
        },
        {
            "start": 874876031,
            "stop": 874878310
        },
        {
            "start": 874879206,
            "stop": 874901652
        },
        {
            "start": 874904138,
            "stop": 874934896
        },
        {
            "start": 874935636,
            "stop": 874945446
        },
        {
            "start": 874949145,
            "stop": 874949278
        },
        {
            "start": 874949598,
            "stop": 874949723
        },
        {
            "start": 874950603,
            "stop": 874950723
        },
        {
            "start": 874951918,
            "stop": 874952404
        },
        {
            "start": 874954192,
            "stop": 874959048
        },
        {
            "start": 874968343,
            "stop": 874972454
        },
        {
            "start": 874972478,
            "stop": 874977349
        },
        {
            "start": 874979015,
            "stop": 874979337
        },
        {
            "start": 874981224,
            "stop": 874985556
        }
    ]
}