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=4822
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=4823",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4821",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4822,
    "results": [
        {
            "start": 971094523,
            "stop": 971094695
        },
        {
            "start": 971094698,
            "stop": 971095032
        },
        {
            "start": 971095035,
            "stop": 971095217
        },
        {
            "start": 971095221,
            "stop": 971095415
        },
        {
            "start": 971095418,
            "stop": 971095774
        },
        {
            "start": 971095777,
            "stop": 971095937
        },
        {
            "start": 971095940,
            "stop": 971096277
        },
        {
            "start": 971096280,
            "stop": 971096310
        },
        {
            "start": 971100276,
            "stop": 971100288
        },
        {
            "start": 971100291,
            "stop": 971100359
        },
        {
            "start": 971100368,
            "stop": 971100495
        },
        {
            "start": 971100498,
            "stop": 971100536
        },
        {
            "start": 971100540,
            "stop": 971100547
        },
        {
            "start": 971100552,
            "stop": 971100553
        },
        {
            "start": 971100556,
            "stop": 971100754
        },
        {
            "start": 971100759,
            "stop": 971101387
        },
        {
            "start": 971101390,
            "stop": 971101451
        },
        {
            "start": 971101454,
            "stop": 971101538
        },
        {
            "start": 971101598,
            "stop": 971101778
        },
        {
            "start": 971106036,
            "stop": 971106259
        }
    ]
}