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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=288",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 289,
    "results": [
        {
            "start": 1377452599,
            "stop": 1377457391
        },
        {
            "start": 1377457393,
            "stop": 1377459038
        },
        {
            "start": 1377459705,
            "stop": 1377460067
        },
        {
            "start": 1377460069,
            "stop": 1377462390
        },
        {
            "start": 1377462391,
            "stop": 1377462421
        },
        {
            "start": 1377462425,
            "stop": 1377463297
        },
        {
            "start": 1377463299,
            "stop": 1377463522
        },
        {
            "start": 1377463524,
            "stop": 1377463768
        },
        {
            "start": 1377463769,
            "stop": 1377465479
        },
        {
            "start": 1377465480,
            "stop": 1377465641
        },
        {
            "start": 1377466164,
            "stop": 1377466498
        },
        {
            "start": 1377466499,
            "stop": 1377467303
        },
        {
            "start": 1377467304,
            "stop": 1377467834
        },
        {
            "start": 1377467835,
            "stop": 1377469575
        },
        {
            "start": 1377469577,
            "stop": 1377470126
        },
        {
            "start": 1377470128,
            "stop": 1377471009
        },
        {
            "start": 1377471350,
            "stop": 1377471707
        },
        {
            "start": 1377471708,
            "stop": 1377472825
        },
        {
            "start": 1377478994,
            "stop": 1377479903
        },
        {
            "start": 1377479907,
            "stop": 1377480724
        }
    ]
}