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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=192",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 193,
    "results": [
        {
            "start": 849566727,
            "stop": 849567656
        },
        {
            "start": 849568072,
            "stop": 849601970
        },
        {
            "start": 849603305,
            "stop": 849614380
        },
        {
            "start": 849614458,
            "stop": 849616829
        },
        {
            "start": 849617655,
            "stop": 849617980
        },
        {
            "start": 849619484,
            "stop": 849638703
        },
        {
            "start": 849640630,
            "stop": 849644092
        },
        {
            "start": 849644247,
            "stop": 849645502
        },
        {
            "start": 849646840,
            "stop": 849647076
        },
        {
            "start": 849647202,
            "stop": 849648382
        },
        {
            "start": 849648868,
            "stop": 849649336
        },
        {
            "start": 849649481,
            "stop": 849649739
        },
        {
            "start": 849656963,
            "stop": 849670111
        },
        {
            "start": 849671958,
            "stop": 849686572
        },
        {
            "start": 849687662,
            "stop": 849688180
        },
        {
            "start": 849688628,
            "stop": 849688989
        },
        {
            "start": 849689108,
            "stop": 849705197
        },
        {
            "start": 849706206,
            "stop": 849709198
        },
        {
            "start": 849709614,
            "stop": 849710665
        },
        {
            "start": 849711675,
            "stop": 849713473
        }
    ]
}