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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=371",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 372,
    "results": [
        {
            "start": 958400128,
            "stop": 958401370
        },
        {
            "start": 958403641,
            "stop": 958407977
        },
        {
            "start": 958411544,
            "stop": 958421913
        },
        {
            "start": 958426193,
            "stop": 958429563
        },
        {
            "start": 958431662,
            "stop": 958433949
        },
        {
            "start": 958440367,
            "stop": 958444327
        },
        {
            "start": 958446560,
            "stop": 958448927
        },
        {
            "start": 958452736,
            "stop": 958492352
        },
        {
            "start": 958492721,
            "stop": 958502519
        },
        {
            "start": 958502525,
            "stop": 958503766
        },
        {
            "start": 958509374,
            "stop": 958509975
        },
        {
            "start": 958512657,
            "stop": 958515248
        },
        {
            "start": 958519664,
            "stop": 958532913
        },
        {
            "start": 958538559,
            "stop": 958556879
        },
        {
            "start": 958558352,
            "stop": 958573310
        },
        {
            "start": 958582929,
            "stop": 958583015
        },
        {
            "start": 958588045,
            "stop": 958608579
        },
        {
            "start": 958610325,
            "stop": 958641817
        },
        {
            "start": 958644921,
            "stop": 958660999
        },
        {
            "start": 958661004,
            "stop": 958690164
        }
    ]
}