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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6861",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6862,
    "results": [
        {
            "start": 873279659,
            "stop": 873279824
        },
        {
            "start": 873279827,
            "stop": 873279884
        },
        {
            "start": 873279890,
            "stop": 873279900
        },
        {
            "start": 873279903,
            "stop": 873280452
        },
        {
            "start": 873280458,
            "stop": 873280590
        },
        {
            "start": 873280593,
            "stop": 873281216
        },
        {
            "start": 873281219,
            "stop": 873281686
        },
        {
            "start": 873281689,
            "stop": 873281827
        },
        {
            "start": 873281834,
            "stop": 873281971
        },
        {
            "start": 873281975,
            "stop": 873282007
        },
        {
            "start": 873282010,
            "stop": 873282668
        },
        {
            "start": 873282671,
            "stop": 873283320
        },
        {
            "start": 873283440,
            "stop": 873283773
        },
        {
            "start": 873283776,
            "stop": 873284058
        },
        {
            "start": 873284061,
            "stop": 873284312
        },
        {
            "start": 873284315,
            "stop": 873284527
        },
        {
            "start": 873284531,
            "stop": 873284572
        },
        {
            "start": 873284575,
            "stop": 873284707
        },
        {
            "start": 873284710,
            "stop": 873284974
        },
        {
            "start": 873284977,
            "stop": 873285470
        }
    ]
}