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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4932",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4933,
    "results": [
        {
            "start": 875215915,
            "stop": 875215931
        },
        {
            "start": 875215951,
            "stop": 875216024
        },
        {
            "start": 875216111,
            "stop": 875216126
        },
        {
            "start": 875216175,
            "stop": 875216223
        },
        {
            "start": 875216243,
            "stop": 875216256
        },
        {
            "start": 875216275,
            "stop": 875216281
        },
        {
            "start": 875216339,
            "stop": 875216359
        },
        {
            "start": 875216378,
            "stop": 875216400
        },
        {
            "start": 875216420,
            "stop": 875216464
        },
        {
            "start": 875216483,
            "stop": 875216527
        },
        {
            "start": 875216546,
            "stop": 875216591
        },
        {
            "start": 875216622,
            "stop": 875216684
        },
        {
            "start": 875216865,
            "stop": 875216904
        },
        {
            "start": 875216923,
            "stop": 875216963
        },
        {
            "start": 875216983,
            "stop": 875217032
        },
        {
            "start": 875217056,
            "stop": 875217102
        },
        {
            "start": 875217140,
            "stop": 875217166
        },
        {
            "start": 875217217,
            "stop": 875217244
        },
        {
            "start": 875217264,
            "stop": 875217297
        },
        {
            "start": 875217316,
            "stop": 875217320
        }
    ]
}