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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=255",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 256,
    "results": [
        {
            "start": 818224719,
            "stop": 818224721
        },
        {
            "start": 818224727,
            "stop": 818224728
        },
        {
            "start": 818224748,
            "stop": 818224750
        },
        {
            "start": 818224754,
            "stop": 818224756
        },
        {
            "start": 818224768,
            "stop": 818224770
        },
        {
            "start": 818224781,
            "stop": 818224783
        },
        {
            "start": 818224795,
            "stop": 818224806
        },
        {
            "start": 818224816,
            "stop": 818224820
        },
        {
            "start": 818224841,
            "stop": 818224842
        },
        {
            "start": 818224851,
            "stop": 818224857
        },
        {
            "start": 818224866,
            "stop": 818224867
        },
        {
            "start": 818224870,
            "stop": 818224871
        },
        {
            "start": 818224874,
            "stop": 818224875
        },
        {
            "start": 818224878,
            "stop": 818224881
        },
        {
            "start": 818224894,
            "stop": 818224897
        },
        {
            "start": 818224903,
            "stop": 818224904
        },
        {
            "start": 818224917,
            "stop": 818224918
        },
        {
            "start": 818224932,
            "stop": 818224933
        },
        {
            "start": 818224943,
            "stop": 818224945
        },
        {
            "start": 818224953,
            "stop": 818224954
        }
    ]
}