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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1876",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1874",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1875,
    "results": [
        {
            "start": 968918238,
            "stop": 968924639
        },
        {
            "start": 968924640,
            "stop": 968927945
        },
        {
            "start": 968928769,
            "stop": 968930339
        },
        {
            "start": 968931621,
            "stop": 968934110
        },
        {
            "start": 968934112,
            "stop": 968934152
        },
        {
            "start": 968934156,
            "stop": 968934164
        },
        {
            "start": 968934171,
            "stop": 968934172
        },
        {
            "start": 968934174,
            "stop": 968934183
        },
        {
            "start": 968934189,
            "stop": 968934191
        },
        {
            "start": 968934193,
            "stop": 968934205
        },
        {
            "start": 968934207,
            "stop": 968934317
        },
        {
            "start": 968934319,
            "stop": 968934658
        },
        {
            "start": 968934660,
            "stop": 968934665
        },
        {
            "start": 968934666,
            "stop": 968934669
        },
        {
            "start": 968934671,
            "stop": 968934679
        },
        {
            "start": 968934681,
            "stop": 968934702
        },
        {
            "start": 968934704,
            "stop": 968934778
        },
        {
            "start": 968934780,
            "stop": 968934785
        },
        {
            "start": 968934787,
            "stop": 968934791
        },
        {
            "start": 968934793,
            "stop": 968934804
        }
    ]
}