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/S5/timelines/L1_CBCLOW_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/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=301",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 302,
    "results": [
        {
            "start": 822489916,
            "stop": 822489985
        },
        {
            "start": 822489998,
            "stop": 822490004
        },
        {
            "start": 822490009,
            "stop": 822490031
        },
        {
            "start": 822490036,
            "stop": 822490094
        },
        {
            "start": 822490100,
            "stop": 822490194
        },
        {
            "start": 822490295,
            "stop": 822490406
        },
        {
            "start": 822490411,
            "stop": 822490518
        },
        {
            "start": 822490523,
            "stop": 822496687
        },
        {
            "start": 822496692,
            "stop": 822497058
        },
        {
            "start": 822497063,
            "stop": 822497267
        },
        {
            "start": 822497272,
            "stop": 822497317
        },
        {
            "start": 822497322,
            "stop": 822497328
        },
        {
            "start": 822497335,
            "stop": 822497345
        },
        {
            "start": 822497350,
            "stop": 822498731
        },
        {
            "start": 822498736,
            "stop": 822498807
        },
        {
            "start": 822509255,
            "stop": 822510654
        },
        {
            "start": 822511572,
            "stop": 822513391
        },
        {
            "start": 822515845,
            "stop": 822519851
        },
        {
            "start": 822519856,
            "stop": 822520086
        },
        {
            "start": 822521033,
            "stop": 822522669
        }
    ]
}