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=815
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=816",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=814",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 815,
    "results": [
        {
            "start": 958478277,
            "stop": 958478520
        },
        {
            "start": 958478526,
            "stop": 958478695
        },
        {
            "start": 958478701,
            "stop": 958478711
        },
        {
            "start": 958485028,
            "stop": 958486823
        },
        {
            "start": 958487959,
            "stop": 958491309
        },
        {
            "start": 958492564,
            "stop": 958496284
        },
        {
            "start": 958499875,
            "stop": 958504077
        },
        {
            "start": 958505049,
            "stop": 958505751
        },
        {
            "start": 958506863,
            "stop": 958510829
        },
        {
            "start": 958510835,
            "stop": 958515828
        },
        {
            "start": 958515834,
            "stop": 958518831
        },
        {
            "start": 958542058,
            "stop": 958542829
        },
        {
            "start": 958542835,
            "stop": 958546161
        },
        {
            "start": 958546167,
            "stop": 958546971
        },
        {
            "start": 958547490,
            "stop": 958550835
        },
        {
            "start": 958550841,
            "stop": 958550856
        },
        {
            "start": 958550862,
            "stop": 958550877
        },
        {
            "start": 958550886,
            "stop": 958550963
        },
        {
            "start": 958554288,
            "stop": 958554348
        },
        {
            "start": 958554354,
            "stop": 958555728
        }
    ]
}