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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=620",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=618",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 619,
    "results": [
        {
            "start": 1263042980,
            "stop": 1263043455
        },
        {
            "start": 1263043458,
            "stop": 1263045755
        },
        {
            "start": 1263045756,
            "stop": 1263046142
        },
        {
            "start": 1263046145,
            "stop": 1263046988
        },
        {
            "start": 1263046991,
            "stop": 1263047113
        },
        {
            "start": 1263047116,
            "stop": 1263047350
        },
        {
            "start": 1263047353,
            "stop": 1263048620
        },
        {
            "start": 1263048623,
            "stop": 1263049029
        },
        {
            "start": 1263049031,
            "stop": 1263049075
        },
        {
            "start": 1263049077,
            "stop": 1263050903
        },
        {
            "start": 1263050906,
            "stop": 1263051933
        },
        {
            "start": 1263074525,
            "stop": 1263076150
        },
        {
            "start": 1263076153,
            "stop": 1263076508
        },
        {
            "start": 1263076511,
            "stop": 1263081704
        },
        {
            "start": 1263081707,
            "stop": 1263082493
        },
        {
            "start": 1263082496,
            "stop": 1263082563
        },
        {
            "start": 1263082566,
            "stop": 1263083608
        },
        {
            "start": 1263083611,
            "stop": 1263087168
        },
        {
            "start": 1263087176,
            "stop": 1263087427
        },
        {
            "start": 1263087458,
            "stop": 1263087462
        }
    ]
}