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=2147
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=2148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2146",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2147,
    "results": [
        {
            "start": 872301534,
            "stop": 872301535
        },
        {
            "start": 872301562,
            "stop": 872301636
        },
        {
            "start": 872301655,
            "stop": 872301726
        },
        {
            "start": 872301760,
            "stop": 872302302
        },
        {
            "start": 872302321,
            "stop": 872303923
        },
        {
            "start": 872303943,
            "stop": 872305060
        },
        {
            "start": 872305081,
            "stop": 872305118
        },
        {
            "start": 872305146,
            "stop": 872305148
        },
        {
            "start": 872305167,
            "stop": 872305171
        },
        {
            "start": 872305276,
            "stop": 872305281
        },
        {
            "start": 872305308,
            "stop": 872305377
        },
        {
            "start": 872305400,
            "stop": 872305590
        },
        {
            "start": 872305609,
            "stop": 872305684
        },
        {
            "start": 872305719,
            "stop": 872305796
        },
        {
            "start": 872305886,
            "stop": 872305939
        },
        {
            "start": 872305958,
            "stop": 872306182
        },
        {
            "start": 872306201,
            "stop": 872306212
        },
        {
            "start": 872306231,
            "stop": 872306379
        },
        {
            "start": 872306409,
            "stop": 872306649
        },
        {
            "start": 872306668,
            "stop": 872306673
        }
    ]
}