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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=298",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 299,
    "results": [
        {
            "start": 818375245,
            "stop": 818376058
        },
        {
            "start": 818376108,
            "stop": 818376112
        },
        {
            "start": 818376139,
            "stop": 818376182
        },
        {
            "start": 818376201,
            "stop": 818376245
        },
        {
            "start": 818376280,
            "stop": 818376506
        },
        {
            "start": 818376535,
            "stop": 818376605
        },
        {
            "start": 818376647,
            "stop": 818377641
        },
        {
            "start": 818377662,
            "stop": 818377679
        },
        {
            "start": 818377698,
            "stop": 818377759
        },
        {
            "start": 818377780,
            "stop": 818379172
        },
        {
            "start": 818379194,
            "stop": 818379216
        },
        {
            "start": 818379235,
            "stop": 818379432
        },
        {
            "start": 818379454,
            "stop": 818379469
        },
        {
            "start": 818379502,
            "stop": 818379562
        },
        {
            "start": 818379586,
            "stop": 818379603
        },
        {
            "start": 818379643,
            "stop": 818379653
        },
        {
            "start": 818379713,
            "stop": 818379739
        },
        {
            "start": 818379782,
            "stop": 818379811
        },
        {
            "start": 818379831,
            "stop": 818379870
        },
        {
            "start": 818379892,
            "stop": 818380644
        }
    ]
}