Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5220
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5221",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5219",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5220,
    "results": [
        {
            "start": 969989816,
            "stop": 969989825
        },
        {
            "start": 969989828,
            "stop": 969989834
        },
        {
            "start": 969989837,
            "stop": 969989858
        },
        {
            "start": 969989921,
            "stop": 969989943
        },
        {
            "start": 969989949,
            "stop": 969989962
        },
        {
            "start": 969989965,
            "stop": 969989978
        },
        {
            "start": 969990098,
            "stop": 969990135
        },
        {
            "start": 969990152,
            "stop": 969990161
        },
        {
            "start": 969990164,
            "stop": 969990182
        },
        {
            "start": 969990185,
            "stop": 969990216
        },
        {
            "start": 969990219,
            "stop": 969990225
        },
        {
            "start": 969990228,
            "stop": 969990249
        },
        {
            "start": 969990252,
            "stop": 969990266
        },
        {
            "start": 969990269,
            "stop": 969990271
        },
        {
            "start": 969990274,
            "stop": 969990278
        },
        {
            "start": 969990338,
            "stop": 969990415
        },
        {
            "start": 969990418,
            "stop": 969990458
        },
        {
            "start": 969990518,
            "stop": 969990590
        },
        {
            "start": 969990593,
            "stop": 969990683
        },
        {
            "start": 969990686,
            "stop": 969990838
        }
    ]
}