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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=143",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 144,
    "results": [
        {
            "start": 819715596,
            "stop": 819716468
        },
        {
            "start": 819716475,
            "stop": 819716563
        },
        {
            "start": 819716570,
            "stop": 819716716
        },
        {
            "start": 819716724,
            "stop": 819716858
        },
        {
            "start": 819716865,
            "stop": 819716918
        },
        {
            "start": 819716926,
            "stop": 819717228
        },
        {
            "start": 819717236,
            "stop": 819717465
        },
        {
            "start": 819717472,
            "stop": 819717768
        },
        {
            "start": 819717775,
            "stop": 819717938
        },
        {
            "start": 819717946,
            "stop": 819718105
        },
        {
            "start": 819718112,
            "stop": 819718748
        },
        {
            "start": 819718756,
            "stop": 819718964
        },
        {
            "start": 819718971,
            "stop": 819719064
        },
        {
            "start": 819719071,
            "stop": 819719823
        },
        {
            "start": 819719830,
            "stop": 819720000
        },
        {
            "start": 819720001,
            "stop": 819720008
        },
        {
            "start": 819720015,
            "stop": 819720512
        },
        {
            "start": 819720519,
            "stop": 819721021
        },
        {
            "start": 819721028,
            "stop": 819721101
        },
        {
            "start": 819721108,
            "stop": 819721211
        }
    ]
}