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=368
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=369",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=367",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 368,
    "results": [
        {
            "start": 1264254707,
            "stop": 1264254723
        },
        {
            "start": 1264254726,
            "stop": 1264254743
        },
        {
            "start": 1264254745,
            "stop": 1264254908
        },
        {
            "start": 1264254909,
            "stop": 1264254981
        },
        {
            "start": 1264254983,
            "stop": 1264254989
        },
        {
            "start": 1264254990,
            "stop": 1264254991
        },
        {
            "start": 1264254992,
            "stop": 1264255060
        },
        {
            "start": 1264255061,
            "stop": 1264255123
        },
        {
            "start": 1264255125,
            "stop": 1264255246
        },
        {
            "start": 1264255250,
            "stop": 1264255277
        },
        {
            "start": 1264255280,
            "stop": 1264255350
        },
        {
            "start": 1264255351,
            "stop": 1264255358
        },
        {
            "start": 1264255360,
            "stop": 1264255377
        },
        {
            "start": 1264255380,
            "stop": 1264255496
        },
        {
            "start": 1264255499,
            "stop": 1264255554
        },
        {
            "start": 1264255557,
            "stop": 1264255641
        },
        {
            "start": 1264255643,
            "stop": 1264255735
        },
        {
            "start": 1264255737,
            "stop": 1264255765
        },
        {
            "start": 1264255768,
            "stop": 1264256081
        },
        {
            "start": 1264256084,
            "stop": 1264256090
        }
    ]
}