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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=306",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 307,
    "results": [
        {
            "start": 1260295009,
            "stop": 1260296104
        },
        {
            "start": 1260296105,
            "stop": 1260296154
        },
        {
            "start": 1260296157,
            "stop": 1260296301
        },
        {
            "start": 1260296304,
            "stop": 1260296531
        },
        {
            "start": 1260296534,
            "stop": 1260296858
        },
        {
            "start": 1260296861,
            "stop": 1260296982
        },
        {
            "start": 1260296985,
            "stop": 1260296996
        },
        {
            "start": 1260296999,
            "stop": 1260297107
        },
        {
            "start": 1260297110,
            "stop": 1260297284
        },
        {
            "start": 1260297287,
            "stop": 1260297569
        },
        {
            "start": 1260297572,
            "stop": 1260297643
        },
        {
            "start": 1260297646,
            "stop": 1260297663
        },
        {
            "start": 1260297666,
            "stop": 1260297674
        },
        {
            "start": 1260297677,
            "stop": 1260298053
        },
        {
            "start": 1260298056,
            "stop": 1260298077
        },
        {
            "start": 1260298080,
            "stop": 1260298089
        },
        {
            "start": 1260298090,
            "stop": 1260298127
        },
        {
            "start": 1260298130,
            "stop": 1260298516
        },
        {
            "start": 1260298519,
            "stop": 1260298649
        },
        {
            "start": 1260298652,
            "stop": 1260298660
        }
    ]
}