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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=236",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 237,
    "results": [
        {
            "start": 1264399171,
            "stop": 1264399176
        },
        {
            "start": 1264399179,
            "stop": 1264399183
        },
        {
            "start": 1264399185,
            "stop": 1264399219
        },
        {
            "start": 1264399220,
            "stop": 1264399221
        },
        {
            "start": 1264399222,
            "stop": 1264399315
        },
        {
            "start": 1264399317,
            "stop": 1264399330
        },
        {
            "start": 1264399333,
            "stop": 1264399462
        },
        {
            "start": 1264399464,
            "stop": 1264399469
        },
        {
            "start": 1264399470,
            "stop": 1264399471
        },
        {
            "start": 1264399472,
            "stop": 1264399477
        },
        {
            "start": 1264399478,
            "stop": 1264399479
        },
        {
            "start": 1264399480,
            "stop": 1264399484
        },
        {
            "start": 1264399485,
            "stop": 1264399493
        },
        {
            "start": 1264399495,
            "stop": 1264399503
        },
        {
            "start": 1264399504,
            "stop": 1264399509
        },
        {
            "start": 1264399510,
            "stop": 1264399511
        },
        {
            "start": 1264399512,
            "stop": 1264399594
        },
        {
            "start": 1264399595,
            "stop": 1264399596
        },
        {
            "start": 1264399598,
            "stop": 1264399653
        },
        {
            "start": 1264399655,
            "stop": 1264399661
        }
    ]
}