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=5942
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=5943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5941",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5942,
    "results": [
        {
            "start": 873192901,
            "stop": 873192950
        },
        {
            "start": 873192958,
            "stop": 873192970
        },
        {
            "start": 873192976,
            "stop": 873192994
        },
        {
            "start": 873192995,
            "stop": 873193053
        },
        {
            "start": 873193062,
            "stop": 873193136
        },
        {
            "start": 873193137,
            "stop": 873193157
        },
        {
            "start": 873193162,
            "stop": 873193164
        },
        {
            "start": 873193167,
            "stop": 873193369
        },
        {
            "start": 873193372,
            "stop": 873193530
        },
        {
            "start": 873193533,
            "stop": 873193620
        },
        {
            "start": 873193680,
            "stop": 873193699
        },
        {
            "start": 873193702,
            "stop": 873193706
        },
        {
            "start": 873193709,
            "stop": 873193714
        },
        {
            "start": 873193721,
            "stop": 873193728
        },
        {
            "start": 873193731,
            "stop": 873193734
        },
        {
            "start": 873193740,
            "stop": 873193789
        },
        {
            "start": 873193792,
            "stop": 873193916
        },
        {
            "start": 873193919,
            "stop": 873193928
        },
        {
            "start": 873193931,
            "stop": 873193936
        },
        {
            "start": 873193939,
            "stop": 873193942
        }
    ]
}