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=2309
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=2310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2308",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2309,
    "results": [
        {
            "start": 874144241,
            "stop": 874144957
        },
        {
            "start": 874144976,
            "stop": 874145050
        },
        {
            "start": 874145069,
            "stop": 874145087
        },
        {
            "start": 874145107,
            "stop": 874145171
        },
        {
            "start": 874145191,
            "stop": 874145216
        },
        {
            "start": 874145237,
            "stop": 874145276
        },
        {
            "start": 874145295,
            "stop": 874145301
        },
        {
            "start": 874145320,
            "stop": 874145322
        },
        {
            "start": 874145350,
            "stop": 874145351
        },
        {
            "start": 874145378,
            "stop": 874145466
        },
        {
            "start": 874145530,
            "stop": 874145539
        },
        {
            "start": 874145617,
            "stop": 874145618
        },
        {
            "start": 874145638,
            "stop": 874145640
        },
        {
            "start": 874145689,
            "stop": 874145806
        },
        {
            "start": 874145827,
            "stop": 874145922
        },
        {
            "start": 874145941,
            "stop": 874145942
        },
        {
            "start": 874145961,
            "stop": 874145969
        },
        {
            "start": 874145988,
            "stop": 874146189
        },
        {
            "start": 874146208,
            "stop": 874146632
        },
        {
            "start": 874146651,
            "stop": 874146770
        }
    ]
}