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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=850",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=848",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 849,
    "results": [
        {
            "start": 963005946,
            "stop": 963011389
        },
        {
            "start": 963011470,
            "stop": 963011924
        },
        {
            "start": 963034418,
            "stop": 963034430
        },
        {
            "start": 963034436,
            "stop": 963042832
        },
        {
            "start": 963042838,
            "stop": 963048888
        },
        {
            "start": 963049561,
            "stop": 963052199
        },
        {
            "start": 963079957,
            "stop": 963080017
        },
        {
            "start": 963080075,
            "stop": 963080705
        },
        {
            "start": 963081800,
            "stop": 963082226
        },
        {
            "start": 963082260,
            "stop": 963083318
        },
        {
            "start": 963083940,
            "stop": 963085272
        },
        {
            "start": 963086293,
            "stop": 963087920
        },
        {
            "start": 963089371,
            "stop": 963102682
        },
        {
            "start": 963105246,
            "stop": 963108370
        },
        {
            "start": 963130693,
            "stop": 963132777
        },
        {
            "start": 963139291,
            "stop": 963142821
        },
        {
            "start": 963149283,
            "stop": 963149933
        },
        {
            "start": 963155202,
            "stop": 963156623
        },
        {
            "start": 963157613,
            "stop": 963159479
        },
        {
            "start": 963160390,
            "stop": 963161238
        }
    ]
}