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=416
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=417",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=415",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 416,
    "results": [
        {
            "start": 865201868,
            "stop": 865201874
        },
        {
            "start": 865201878,
            "stop": 865201976
        },
        {
            "start": 865201984,
            "stop": 865201999
        },
        {
            "start": 865202003,
            "stop": 865202008
        },
        {
            "start": 865202017,
            "stop": 865202047
        },
        {
            "start": 865202051,
            "stop": 865202100
        },
        {
            "start": 865219366,
            "stop": 865219413
        },
        {
            "start": 865219417,
            "stop": 865263825
        },
        {
            "start": 865272148,
            "stop": 865281525
        },
        {
            "start": 865281528,
            "stop": 865281540
        },
        {
            "start": 865281543,
            "stop": 865282315
        },
        {
            "start": 865282319,
            "stop": 865345168
        },
        {
            "start": 865356577,
            "stop": 865361864
        },
        {
            "start": 865389877,
            "stop": 865465071
        },
        {
            "start": 865465475,
            "stop": 865474625
        },
        {
            "start": 865475485,
            "stop": 865490969
        },
        {
            "start": 865492064,
            "stop": 865498303
        },
        {
            "start": 865498308,
            "stop": 865542478
        },
        {
            "start": 865543780,
            "stop": 865554057
        },
        {
            "start": 865554061,
            "stop": 865557035
        }
    ]
}