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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=102",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 103,
    "results": [
        {
            "start": 932376772,
            "stop": 932377290
        },
        {
            "start": 932377309,
            "stop": 932378921
        },
        {
            "start": 932378926,
            "stop": 932381300
        },
        {
            "start": 932381305,
            "stop": 932381337
        },
        {
            "start": 932381342,
            "stop": 932381439
        },
        {
            "start": 932381461,
            "stop": 932381465
        },
        {
            "start": 932381470,
            "stop": 932381506
        },
        {
            "start": 932381512,
            "stop": 932381688
        },
        {
            "start": 932381707,
            "stop": 932381788
        },
        {
            "start": 932381807,
            "stop": 932381840
        },
        {
            "start": 932381862,
            "stop": 932382241
        },
        {
            "start": 932382246,
            "stop": 932382315
        },
        {
            "start": 932382320,
            "stop": 932382372
        },
        {
            "start": 932399428,
            "stop": 932400899
        },
        {
            "start": 932400927,
            "stop": 932402398
        },
        {
            "start": 932402416,
            "stop": 932402418
        },
        {
            "start": 932402463,
            "stop": 932403080
        },
        {
            "start": 932403085,
            "stop": 932403971
        },
        {
            "start": 932405518,
            "stop": 932405664
        },
        {
            "start": 932405669,
            "stop": 932408956
        }
    ]
}