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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16620",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16618",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16619,
    "results": [
        {
            "start": 874760571,
            "stop": 874760577
        },
        {
            "start": 874760579,
            "stop": 874760624
        },
        {
            "start": 874760625,
            "stop": 874760688
        },
        {
            "start": 874760692,
            "stop": 874760693
        },
        {
            "start": 874760694,
            "stop": 874760807
        },
        {
            "start": 874760808,
            "stop": 874760829
        },
        {
            "start": 874760830,
            "stop": 874760883
        },
        {
            "start": 874760884,
            "stop": 874760930
        },
        {
            "start": 874760934,
            "stop": 874760966
        },
        {
            "start": 874760967,
            "stop": 874760969
        },
        {
            "start": 874760971,
            "stop": 874760989
        },
        {
            "start": 874760990,
            "stop": 874760993
        },
        {
            "start": 874760994,
            "stop": 874760997
        },
        {
            "start": 874760998,
            "stop": 874761009
        },
        {
            "start": 874761010,
            "stop": 874761161
        },
        {
            "start": 874761162,
            "stop": 874761215
        },
        {
            "start": 874761219,
            "stop": 874761223
        },
        {
            "start": 874761224,
            "stop": 874761244
        },
        {
            "start": 874761246,
            "stop": 874761275
        },
        {
            "start": 874761279,
            "stop": 874761330
        }
    ]
}