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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=53",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 54,
    "results": [
        {
            "start": 931371626,
            "stop": 931371628
        },
        {
            "start": 931371650,
            "stop": 931371669
        },
        {
            "start": 931371675,
            "stop": 931371677
        },
        {
            "start": 931371683,
            "stop": 931371799
        },
        {
            "start": 931371804,
            "stop": 931371848
        },
        {
            "start": 931371854,
            "stop": 931371907
        },
        {
            "start": 931371913,
            "stop": 931371926
        },
        {
            "start": 931371932,
            "stop": 931371954
        },
        {
            "start": 931371960,
            "stop": 931372187
        },
        {
            "start": 931372193,
            "stop": 931372238
        },
        {
            "start": 931372244,
            "stop": 931372251
        },
        {
            "start": 931372259,
            "stop": 931372526
        },
        {
            "start": 931372532,
            "stop": 931372534
        },
        {
            "start": 931372545,
            "stop": 931372549
        },
        {
            "start": 931372554,
            "stop": 931372579
        },
        {
            "start": 931372585,
            "stop": 931372637
        },
        {
            "start": 931372642,
            "stop": 931372664
        },
        {
            "start": 931372670,
            "stop": 931372744
        },
        {
            "start": 931372749,
            "stop": 931372792
        },
        {
            "start": 931372797,
            "stop": 931372926
        }
    ]
}