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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5297",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5298,
    "results": [
        {
            "start": 875099931,
            "stop": 875100020
        },
        {
            "start": 875100056,
            "stop": 875100308
        },
        {
            "start": 875100464,
            "stop": 875100470
        },
        {
            "start": 875100545,
            "stop": 875100568
        },
        {
            "start": 875100604,
            "stop": 875100647
        },
        {
            "start": 875100683,
            "stop": 875100716
        },
        {
            "start": 875100802,
            "stop": 875100879
        },
        {
            "start": 875100919,
            "stop": 875100969
        },
        {
            "start": 875101005,
            "stop": 875101072
        },
        {
            "start": 875101108,
            "stop": 875101111
        },
        {
            "start": 875101148,
            "stop": 875101203
        },
        {
            "start": 875101293,
            "stop": 875101304
        },
        {
            "start": 875101340,
            "stop": 875101347
        },
        {
            "start": 875101511,
            "stop": 875101537
        },
        {
            "start": 875101573,
            "stop": 875101585
        },
        {
            "start": 875101625,
            "stop": 875101648
        },
        {
            "start": 875101665,
            "stop": 875101802
        },
        {
            "start": 875101922,
            "stop": 875101945
        },
        {
            "start": 875102001,
            "stop": 875102017
        },
        {
            "start": 875102060,
            "stop": 875102073
        }
    ]
}