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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=40",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 41,
    "results": [
        {
            "start": 817306730,
            "stop": 817306734
        },
        {
            "start": 817306739,
            "stop": 817306745
        },
        {
            "start": 817306748,
            "stop": 817306751
        },
        {
            "start": 817306754,
            "stop": 817306791
        },
        {
            "start": 817306794,
            "stop": 817306904
        },
        {
            "start": 817306910,
            "stop": 817306947
        },
        {
            "start": 817306950,
            "stop": 817306976
        },
        {
            "start": 817306979,
            "stop": 817307120
        },
        {
            "start": 817307123,
            "stop": 817307206
        },
        {
            "start": 817307209,
            "stop": 817307495
        },
        {
            "start": 817307498,
            "stop": 817307563
        },
        {
            "start": 817307566,
            "stop": 817307888
        },
        {
            "start": 817307891,
            "stop": 817308011
        },
        {
            "start": 817308016,
            "stop": 817308135
        },
        {
            "start": 817308138,
            "stop": 817308195
        },
        {
            "start": 817308198,
            "stop": 817308223
        },
        {
            "start": 817308226,
            "stop": 817308382
        },
        {
            "start": 817308387,
            "stop": 817308549
        },
        {
            "start": 817308552,
            "stop": 817308554
        },
        {
            "start": 817308557,
            "stop": 817308588
        }
    ]
}