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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=122",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 123,
    "results": [
        {
            "start": 819965942,
            "stop": 819965944
        },
        {
            "start": 819965949,
            "stop": 819965953
        },
        {
            "start": 819966143,
            "stop": 819966275
        },
        {
            "start": 819966279,
            "stop": 819966284
        },
        {
            "start": 819966288,
            "stop": 819966443
        },
        {
            "start": 819966446,
            "stop": 819966536
        },
        {
            "start": 819966540,
            "stop": 819966630
        },
        {
            "start": 819966633,
            "stop": 819967043
        },
        {
            "start": 819967046,
            "stop": 819967187
        },
        {
            "start": 819967190,
            "stop": 819967193
        },
        {
            "start": 819967196,
            "stop": 819967207
        },
        {
            "start": 819967210,
            "stop": 819967212
        },
        {
            "start": 819967216,
            "stop": 819967241
        },
        {
            "start": 819967244,
            "stop": 819967268
        },
        {
            "start": 819967271,
            "stop": 819967566
        },
        {
            "start": 819967569,
            "stop": 819967758
        },
        {
            "start": 819967761,
            "stop": 819967803
        },
        {
            "start": 819967806,
            "stop": 819967808
        },
        {
            "start": 819967812,
            "stop": 819967905
        },
        {
            "start": 819967909,
            "stop": 819968083
        }
    ]
}