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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=266",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 267,
    "results": [
        {
            "start": 1259751133,
            "stop": 1259753922
        },
        {
            "start": 1259753924,
            "stop": 1259754631
        },
        {
            "start": 1259754639,
            "stop": 1259754846
        },
        {
            "start": 1259754848,
            "stop": 1259756127
        },
        {
            "start": 1259756130,
            "stop": 1259758608
        },
        {
            "start": 1259758616,
            "stop": 1259758847
        },
        {
            "start": 1259758850,
            "stop": 1259759018
        },
        {
            "start": 1259759021,
            "stop": 1259759090
        },
        {
            "start": 1259759093,
            "stop": 1259759678
        },
        {
            "start": 1259759686,
            "stop": 1259761371
        },
        {
            "start": 1259761374,
            "stop": 1259762602
        },
        {
            "start": 1259762605,
            "stop": 1259766782
        },
        {
            "start": 1259766785,
            "stop": 1259766931
        },
        {
            "start": 1259766933,
            "stop": 1259766958
        },
        {
            "start": 1259766961,
            "stop": 1259773666
        },
        {
            "start": 1259773669,
            "stop": 1259775106
        },
        {
            "start": 1259775114,
            "stop": 1259777021
        },
        {
            "start": 1259777029,
            "stop": 1259777975
        },
        {
            "start": 1259777978,
            "stop": 1259779636
        },
        {
            "start": 1259779639,
            "stop": 1259782776
        }
    ]
}