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=15804
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=15805",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15803",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15804,
    "results": [
        {
            "start": 971175366,
            "stop": 971175371
        },
        {
            "start": 971175377,
            "stop": 971175387
        },
        {
            "start": 971175388,
            "stop": 971175393
        },
        {
            "start": 971175399,
            "stop": 971175400
        },
        {
            "start": 971175401,
            "stop": 971175403
        },
        {
            "start": 971175405,
            "stop": 971175410
        },
        {
            "start": 971175413,
            "stop": 971175415
        },
        {
            "start": 971175419,
            "stop": 971175437
        },
        {
            "start": 971175439,
            "stop": 971175447
        },
        {
            "start": 971175449,
            "stop": 971175457
        },
        {
            "start": 971175459,
            "stop": 971175463
        },
        {
            "start": 971175464,
            "stop": 971175466
        },
        {
            "start": 971175468,
            "stop": 971175475
        },
        {
            "start": 971175476,
            "stop": 971175484
        },
        {
            "start": 971175485,
            "stop": 971175487
        },
        {
            "start": 971175488,
            "stop": 971175503
        },
        {
            "start": 971175504,
            "stop": 971175508
        },
        {
            "start": 971175510,
            "stop": 971175517
        },
        {
            "start": 971175519,
            "stop": 971175520
        },
        {
            "start": 971175523,
            "stop": 971175543
        }
    ]
}