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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=301",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 302,
    "results": [
        {
            "start": 1263614083,
            "stop": 1263614135
        },
        {
            "start": 1263614140,
            "stop": 1263614366
        },
        {
            "start": 1263614371,
            "stop": 1263614675
        },
        {
            "start": 1263614680,
            "stop": 1263616279
        },
        {
            "start": 1263618943,
            "stop": 1263627778
        },
        {
            "start": 1263627782,
            "stop": 1263628565
        },
        {
            "start": 1263628566,
            "stop": 1263630571
        },
        {
            "start": 1263630573,
            "stop": 1263633684
        },
        {
            "start": 1263633689,
            "stop": 1263634446
        },
        {
            "start": 1263634448,
            "stop": 1263634588
        },
        {
            "start": 1263637798,
            "stop": 1263639792
        },
        {
            "start": 1263639793,
            "stop": 1263639950
        },
        {
            "start": 1263639953,
            "stop": 1263641186
        },
        {
            "start": 1263641188,
            "stop": 1263642489
        },
        {
            "start": 1263642494,
            "stop": 1263642496
        },
        {
            "start": 1263642501,
            "stop": 1263642647
        },
        {
            "start": 1263642652,
            "stop": 1263642912
        },
        {
            "start": 1263642917,
            "stop": 1263643159
        },
        {
            "start": 1263643164,
            "stop": 1263643338
        },
        {
            "start": 1263643341,
            "stop": 1263644233
        }
    ]
}