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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=270",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 271,
    "results": [
        {
            "start": 1262705689,
            "stop": 1262705690
        },
        {
            "start": 1262705695,
            "stop": 1262705696
        },
        {
            "start": 1262705698,
            "stop": 1262705703
        },
        {
            "start": 1262705708,
            "stop": 1262705710
        },
        {
            "start": 1262705711,
            "stop": 1262705712
        },
        {
            "start": 1262705713,
            "stop": 1262705714
        },
        {
            "start": 1262705726,
            "stop": 1262705730
        },
        {
            "start": 1262705733,
            "stop": 1262705736
        },
        {
            "start": 1262705740,
            "stop": 1262705743
        },
        {
            "start": 1262705746,
            "stop": 1262705748
        },
        {
            "start": 1262705750,
            "stop": 1262705753
        },
        {
            "start": 1262705757,
            "stop": 1262705761
        },
        {
            "start": 1262705768,
            "stop": 1262705769
        },
        {
            "start": 1262705773,
            "stop": 1262705774
        },
        {
            "start": 1262705777,
            "stop": 1262705783
        },
        {
            "start": 1262705790,
            "stop": 1262705794
        },
        {
            "start": 1262705800,
            "stop": 1262705801
        },
        {
            "start": 1262711712,
            "stop": 1262711734
        },
        {
            "start": 1262711737,
            "stop": 1262712596
        },
        {
            "start": 1262712598,
            "stop": 1262713645
        }
    ]
}