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=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=338",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 339,
    "results": [
        {
            "start": 1260519965,
            "stop": 1260520207
        },
        {
            "start": 1260520210,
            "stop": 1260520832
        },
        {
            "start": 1260520835,
            "stop": 1260521633
        },
        {
            "start": 1260521636,
            "stop": 1260523182
        },
        {
            "start": 1260523185,
            "stop": 1260523560
        },
        {
            "start": 1260523563,
            "stop": 1260525056
        },
        {
            "start": 1260525059,
            "stop": 1260526717
        },
        {
            "start": 1260526720,
            "stop": 1260526866
        },
        {
            "start": 1260526867,
            "stop": 1260529558
        },
        {
            "start": 1260529561,
            "stop": 1260531022
        },
        {
            "start": 1260531030,
            "stop": 1260532405
        },
        {
            "start": 1260532408,
            "stop": 1260534408
        },
        {
            "start": 1260534411,
            "stop": 1260534645
        },
        {
            "start": 1260534648,
            "stop": 1260534929
        },
        {
            "start": 1260534933,
            "stop": 1260538292
        },
        {
            "start": 1260538293,
            "stop": 1260538414
        },
        {
            "start": 1260538417,
            "stop": 1260539129
        },
        {
            "start": 1260539131,
            "stop": 1260539151
        },
        {
            "start": 1260539154,
            "stop": 1260539561
        },
        {
            "start": 1260539562,
            "stop": 1260541345
        }
    ]
}