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_CBCLOW_CAT2/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/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=102",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 103,
    "results": [
        {
            "start": 818160924,
            "stop": 818160927
        },
        {
            "start": 818160946,
            "stop": 818160947
        },
        {
            "start": 818160961,
            "stop": 818160967
        },
        {
            "start": 818160990,
            "stop": 818161003
        },
        {
            "start": 818161023,
            "stop": 818161024
        },
        {
            "start": 818161036,
            "stop": 818161039
        },
        {
            "start": 818161062,
            "stop": 818161078
        },
        {
            "start": 818161088,
            "stop": 818161094
        },
        {
            "start": 818161111,
            "stop": 818161120
        },
        {
            "start": 818161141,
            "stop": 818161143
        },
        {
            "start": 818161168,
            "stop": 818161171
        },
        {
            "start": 818161211,
            "stop": 818161212
        },
        {
            "start": 818161220,
            "stop": 818161221
        },
        {
            "start": 818161247,
            "stop": 818161255
        },
        {
            "start": 818161266,
            "stop": 818161274
        },
        {
            "start": 818167767,
            "stop": 818167768
        },
        {
            "start": 818167852,
            "stop": 818167865
        },
        {
            "start": 818167941,
            "stop": 818167946
        },
        {
            "start": 818168050,
            "stop": 818168052
        },
        {
            "start": 818168170,
            "stop": 818168172
        }
    ]
}