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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=54",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 55,
    "results": [
        {
            "start": 822320320,
            "stop": 822322207
        },
        {
            "start": 822322350,
            "stop": 822322941
        },
        {
            "start": 822322945,
            "stop": 822322982
        },
        {
            "start": 822323113,
            "stop": 822323669
        },
        {
            "start": 822323770,
            "stop": 822323819
        },
        {
            "start": 822325319,
            "stop": 822325738
        },
        {
            "start": 822325742,
            "stop": 822325892
        },
        {
            "start": 822325896,
            "stop": 822325906
        },
        {
            "start": 822325910,
            "stop": 822325915
        },
        {
            "start": 822325919,
            "stop": 822325933
        },
        {
            "start": 822325981,
            "stop": 822325983
        },
        {
            "start": 822326100,
            "stop": 822327014
        },
        {
            "start": 822327160,
            "stop": 822327321
        },
        {
            "start": 822327580,
            "stop": 822327661
        },
        {
            "start": 822329157,
            "stop": 822329708
        },
        {
            "start": 822329823,
            "stop": 822329833
        },
        {
            "start": 822329836,
            "stop": 822329879
        },
        {
            "start": 822339166,
            "stop": 822339613
        },
        {
            "start": 822339640,
            "stop": 822339642
        },
        {
            "start": 822339688,
            "stop": 822339853
        }
    ]
}