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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=502",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=500",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 501,
    "results": [
        {
            "start": 960468014,
            "stop": 960470726
        },
        {
            "start": 960476822,
            "stop": 960482113
        },
        {
            "start": 960484902,
            "stop": 960485479
        },
        {
            "start": 960486953,
            "stop": 960489198
        },
        {
            "start": 960490704,
            "stop": 960491358
        },
        {
            "start": 960497359,
            "stop": 960498378
        },
        {
            "start": 960501151,
            "stop": 960510781
        },
        {
            "start": 960521440,
            "stop": 960521754
        },
        {
            "start": 960525518,
            "stop": 960526176
        },
        {
            "start": 960531785,
            "stop": 960532510
        },
        {
            "start": 960534997,
            "stop": 960535369
        },
        {
            "start": 960536846,
            "stop": 960537797
        },
        {
            "start": 960539830,
            "stop": 960548522
        },
        {
            "start": 960549973,
            "stop": 960552038
        },
        {
            "start": 960554301,
            "stop": 960556190
        },
        {
            "start": 960564584,
            "stop": 960565583
        },
        {
            "start": 960570427,
            "stop": 960574181
        },
        {
            "start": 960575956,
            "stop": 960577731
        },
        {
            "start": 960586389,
            "stop": 960593036
        },
        {
            "start": 960602576,
            "stop": 960604820
        }
    ]
}