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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=29",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 30,
    "results": [
        {
            "start": 931352577,
            "stop": 931352651
        },
        {
            "start": 931352653,
            "stop": 931352714
        },
        {
            "start": 931352715,
            "stop": 931352740
        },
        {
            "start": 931352742,
            "stop": 931352754
        },
        {
            "start": 931352756,
            "stop": 931352882
        },
        {
            "start": 931352883,
            "stop": 931352960
        },
        {
            "start": 931352961,
            "stop": 931353122
        },
        {
            "start": 931353124,
            "stop": 931353129
        },
        {
            "start": 931353131,
            "stop": 931353170
        },
        {
            "start": 931353172,
            "stop": 931353173
        },
        {
            "start": 931353175,
            "stop": 931353230
        },
        {
            "start": 931353233,
            "stop": 931353237
        },
        {
            "start": 931353239,
            "stop": 931353278
        },
        {
            "start": 931353280,
            "stop": 931353292
        },
        {
            "start": 931353294,
            "stop": 931353307
        },
        {
            "start": 931353309,
            "stop": 931353314
        },
        {
            "start": 931353319,
            "stop": 931353450
        },
        {
            "start": 931353452,
            "stop": 931353938
        },
        {
            "start": 931353940,
            "stop": 931354022
        },
        {
            "start": 931354024,
            "stop": 931355273
        }
    ]
}