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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=143",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 144,
    "results": [
        {
            "start": 932790004,
            "stop": 932790031
        },
        {
            "start": 932790051,
            "stop": 932790232
        },
        {
            "start": 932790251,
            "stop": 932790514
        },
        {
            "start": 932790538,
            "stop": 932790860
        },
        {
            "start": 932790879,
            "stop": 932791016
        },
        {
            "start": 932791035,
            "stop": 932791357
        },
        {
            "start": 932791376,
            "stop": 932791417
        },
        {
            "start": 932791439,
            "stop": 932791521
        },
        {
            "start": 932791542,
            "stop": 932791590
        },
        {
            "start": 932791620,
            "stop": 932791647
        },
        {
            "start": 932791691,
            "stop": 932791719
        },
        {
            "start": 932791754,
            "stop": 932791770
        },
        {
            "start": 932791893,
            "stop": 932791895
        },
        {
            "start": 932791957,
            "stop": 932791973
        },
        {
            "start": 932791992,
            "stop": 932792060
        },
        {
            "start": 932792079,
            "stop": 932792344
        },
        {
            "start": 932792363,
            "stop": 932792532
        },
        {
            "start": 932792551,
            "stop": 932792559
        },
        {
            "start": 932792578,
            "stop": 932793059
        },
        {
            "start": 932793088,
            "stop": 932793090
        }
    ]
}