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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5127",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5128,
    "results": [
        {
            "start": 873557013,
            "stop": 873557581
        },
        {
            "start": 873557592,
            "stop": 873557792
        },
        {
            "start": 873557817,
            "stop": 873557874
        },
        {
            "start": 873557881,
            "stop": 873558057
        },
        {
            "start": 873558064,
            "stop": 873558481
        },
        {
            "start": 873581487,
            "stop": 873581795
        },
        {
            "start": 873581830,
            "stop": 873582090
        },
        {
            "start": 873582330,
            "stop": 873582339
        },
        {
            "start": 873582529,
            "stop": 873582667
        },
        {
            "start": 873582684,
            "stop": 873582693
        },
        {
            "start": 873582710,
            "stop": 873582771
        },
        {
            "start": 873582797,
            "stop": 873583800
        },
        {
            "start": 873583817,
            "stop": 873584047
        },
        {
            "start": 873584054,
            "stop": 873584060
        },
        {
            "start": 873584077,
            "stop": 873585093
        },
        {
            "start": 873585110,
            "stop": 873585687
        },
        {
            "start": 873585704,
            "stop": 873585721
        },
        {
            "start": 873585738,
            "stop": 873586546
        },
        {
            "start": 873586563,
            "stop": 873586589
        },
        {
            "start": 873586606,
            "stop": 873586786
        }
    ]
}