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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9870",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9868",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9869,
    "results": [
        {
            "start": 870498062,
            "stop": 870508530
        },
        {
            "start": 870510474,
            "stop": 870511437
        },
        {
            "start": 870511454,
            "stop": 870511961
        },
        {
            "start": 870511978,
            "stop": 870512108
        },
        {
            "start": 870512125,
            "stop": 870517018
        },
        {
            "start": 870517035,
            "stop": 870519881
        },
        {
            "start": 870519898,
            "stop": 870522256
        },
        {
            "start": 870522290,
            "stop": 870523770
        },
        {
            "start": 870524610,
            "stop": 870524829
        },
        {
            "start": 870525043,
            "stop": 870526505
        },
        {
            "start": 870526539,
            "stop": 870527910
        },
        {
            "start": 870529371,
            "stop": 870529633
        },
        {
            "start": 870529679,
            "stop": 870529831
        },
        {
            "start": 870529865,
            "stop": 870530709
        },
        {
            "start": 870530866,
            "stop": 870530868
        },
        {
            "start": 870530875,
            "stop": 870531110
        },
        {
            "start": 870531145,
            "stop": 870531165
        },
        {
            "start": 870531199,
            "stop": 870531208
        },
        {
            "start": 870531300,
            "stop": 870531725
        },
        {
            "start": 870532355,
            "stop": 870533303
        }
    ]
}