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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=162",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 163,
    "results": [
        {
            "start": 816854449,
            "stop": 816854450
        },
        {
            "start": 816854462,
            "stop": 816854463
        },
        {
            "start": 816854469,
            "stop": 816854472
        },
        {
            "start": 816854478,
            "stop": 816854487
        },
        {
            "start": 816854490,
            "stop": 816854578
        },
        {
            "start": 816854582,
            "stop": 816854585
        },
        {
            "start": 816854597,
            "stop": 816854598
        },
        {
            "start": 816854603,
            "stop": 816854604
        },
        {
            "start": 816854610,
            "stop": 816854611
        },
        {
            "start": 816854616,
            "stop": 816854618
        },
        {
            "start": 816854624,
            "stop": 816854626
        },
        {
            "start": 816854632,
            "stop": 816854669
        },
        {
            "start": 816854674,
            "stop": 816854711
        },
        {
            "start": 816854714,
            "stop": 816854719
        },
        {
            "start": 816854729,
            "stop": 816854732
        },
        {
            "start": 816854738,
            "stop": 816854749
        },
        {
            "start": 816854752,
            "stop": 816854763
        },
        {
            "start": 816854767,
            "stop": 816854786
        },
        {
            "start": 816854790,
            "stop": 816854795
        },
        {
            "start": 816854800,
            "stop": 816854807
        }
    ]
}