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=10106
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=10107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10105",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10106,
    "results": [
        {
            "start": 873377590,
            "stop": 873377603
        },
        {
            "start": 873377611,
            "stop": 873377651
        },
        {
            "start": 873377658,
            "stop": 873377700
        },
        {
            "start": 873377768,
            "stop": 873377880
        },
        {
            "start": 873377940,
            "stop": 873377959
        },
        {
            "start": 873378120,
            "stop": 873378169
        },
        {
            "start": 873378176,
            "stop": 873378369
        },
        {
            "start": 873378376,
            "stop": 873378540
        },
        {
            "start": 873378600,
            "stop": 873379058
        },
        {
            "start": 873379066,
            "stop": 873379429
        },
        {
            "start": 873379446,
            "stop": 873379483
        },
        {
            "start": 873379490,
            "stop": 873379507
        },
        {
            "start": 873379524,
            "stop": 873379791
        },
        {
            "start": 873379827,
            "stop": 873380169
        },
        {
            "start": 873380331,
            "stop": 873381634
        },
        {
            "start": 873381774,
            "stop": 873381797
        },
        {
            "start": 873381814,
            "stop": 873382010
        },
        {
            "start": 873382021,
            "stop": 873382126
        },
        {
            "start": 873382254,
            "stop": 873382440
        },
        {
            "start": 873382560,
            "stop": 873382572
        }
    ]
}