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_CAT4/segments?format=api&page=16011
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=16012",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16010",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16011,
    "results": [
        {
            "start": 971557919,
            "stop": 971557928
        },
        {
            "start": 971557929,
            "stop": 971557935
        },
        {
            "start": 971557937,
            "stop": 971558082
        },
        {
            "start": 971558083,
            "stop": 971558099
        },
        {
            "start": 971558101,
            "stop": 971558144
        },
        {
            "start": 971558145,
            "stop": 971558173
        },
        {
            "start": 971558174,
            "stop": 971558365
        },
        {
            "start": 971558366,
            "stop": 971558405
        },
        {
            "start": 971558408,
            "stop": 971558420
        },
        {
            "start": 971558423,
            "stop": 971558463
        },
        {
            "start": 971558466,
            "stop": 971558519
        },
        {
            "start": 971558520,
            "stop": 971558579
        },
        {
            "start": 971558580,
            "stop": 971558592
        },
        {
            "start": 971558595,
            "stop": 971558600
        },
        {
            "start": 971558602,
            "stop": 971558645
        },
        {
            "start": 971558646,
            "stop": 971558652
        },
        {
            "start": 971558653,
            "stop": 971558672
        },
        {
            "start": 971558673,
            "stop": 971558685
        },
        {
            "start": 971558689,
            "stop": 971558691
        },
        {
            "start": 971558694,
            "stop": 971558707
        }
    ]
}