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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=72",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 73,
    "results": [
        {
            "start": 942872851,
            "stop": 942872853
        },
        {
            "start": 942872864,
            "stop": 942872868
        },
        {
            "start": 942872871,
            "stop": 942872881
        },
        {
            "start": 942872887,
            "stop": 942872898
        },
        {
            "start": 942872903,
            "stop": 942872906
        },
        {
            "start": 942880224,
            "stop": 942880542
        },
        {
            "start": 942880553,
            "stop": 942880575
        },
        {
            "start": 942880580,
            "stop": 942880582
        },
        {
            "start": 942880584,
            "stop": 942887323
        },
        {
            "start": 942892315,
            "stop": 942911894
        },
        {
            "start": 942930215,
            "stop": 942935499
        },
        {
            "start": 942953027,
            "stop": 942953105
        },
        {
            "start": 942957751,
            "stop": 942960181
        },
        {
            "start": 942963045,
            "stop": 942971052
        },
        {
            "start": 942976578,
            "stop": 942976955
        },
        {
            "start": 942976962,
            "stop": 942976975
        },
        {
            "start": 942976979,
            "stop": 942977009
        },
        {
            "start": 942977012,
            "stop": 942977050
        },
        {
            "start": 942977053,
            "stop": 942977064
        },
        {
            "start": 942977067,
            "stop": 942977217
        }
    ]
}