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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=119",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 120,
    "results": [
        {
            "start": 931340805,
            "stop": 931340807
        },
        {
            "start": 931340809,
            "stop": 931340812
        },
        {
            "start": 931340815,
            "stop": 931340817
        },
        {
            "start": 931340824,
            "stop": 931340826
        },
        {
            "start": 931340832,
            "stop": 931340835
        },
        {
            "start": 931340838,
            "stop": 931340839
        },
        {
            "start": 931340855,
            "stop": 931340863
        },
        {
            "start": 931340865,
            "stop": 931340867
        },
        {
            "start": 931340875,
            "stop": 931340876
        },
        {
            "start": 931340888,
            "stop": 931340889
        },
        {
            "start": 931340891,
            "stop": 931340893
        },
        {
            "start": 931340908,
            "stop": 931340909
        },
        {
            "start": 931340911,
            "stop": 931340912
        },
        {
            "start": 931340917,
            "stop": 931340919
        },
        {
            "start": 931340928,
            "stop": 931340929
        },
        {
            "start": 931340931,
            "stop": 931340933
        },
        {
            "start": 931340935,
            "stop": 931340939
        },
        {
            "start": 931340941,
            "stop": 931340942
        },
        {
            "start": 931340944,
            "stop": 931340945
        },
        {
            "start": 931340952,
            "stop": 931340957
        }
    ]
}