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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3739",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3740,
    "results": [
        {
            "start": 872869464,
            "stop": 872873878
        },
        {
            "start": 872876721,
            "stop": 872876722
        },
        {
            "start": 872876724,
            "stop": 872876725
        },
        {
            "start": 872876730,
            "stop": 872876731
        },
        {
            "start": 872876735,
            "stop": 872876736
        },
        {
            "start": 872876744,
            "stop": 872876745
        },
        {
            "start": 872876746,
            "stop": 872876748
        },
        {
            "start": 872876749,
            "stop": 872876750
        },
        {
            "start": 872876753,
            "stop": 872876754
        },
        {
            "start": 872876759,
            "stop": 872876760
        },
        {
            "start": 872876763,
            "stop": 872876765
        },
        {
            "start": 872876766,
            "stop": 872876767
        },
        {
            "start": 872876769,
            "stop": 872876771
        },
        {
            "start": 872876772,
            "stop": 872876775
        },
        {
            "start": 872876776,
            "stop": 872876777
        },
        {
            "start": 872876782,
            "stop": 872876783
        },
        {
            "start": 872876784,
            "stop": 872876787
        },
        {
            "start": 872876789,
            "stop": 872876790
        },
        {
            "start": 872876791,
            "stop": 872876792
        },
        {
            "start": 872876793,
            "stop": 872876798
        }
    ]
}