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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=392",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 393,
    "results": [
        {
            "start": 862706492,
            "stop": 862706590
        },
        {
            "start": 862706594,
            "stop": 862706600
        },
        {
            "start": 862706604,
            "stop": 862706634
        },
        {
            "start": 862706638,
            "stop": 862706668
        },
        {
            "start": 862706681,
            "stop": 862706687
        },
        {
            "start": 862706691,
            "stop": 862706697
        },
        {
            "start": 862706701,
            "stop": 862706838
        },
        {
            "start": 862706842,
            "stop": 862706900
        },
        {
            "start": 862706912,
            "stop": 862706918
        },
        {
            "start": 862706923,
            "stop": 862707175
        },
        {
            "start": 862707179,
            "stop": 862707316
        },
        {
            "start": 862707320,
            "stop": 862707388
        },
        {
            "start": 862707396,
            "stop": 862707621
        },
        {
            "start": 862707624,
            "stop": 862707695
        },
        {
            "start": 862707699,
            "stop": 862707780
        },
        {
            "start": 862707784,
            "stop": 862707818
        },
        {
            "start": 862707822,
            "stop": 862707828
        },
        {
            "start": 862707837,
            "stop": 862707842
        },
        {
            "start": 862707847,
            "stop": 862708701
        },
        {
            "start": 862708705,
            "stop": 862711571
        }
    ]
}