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=5191
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=5192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5190",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5191,
    "results": [
        {
            "start": 873856500,
            "stop": 873857114
        },
        {
            "start": 873857122,
            "stop": 873857404
        },
        {
            "start": 873857440,
            "stop": 873858163
        },
        {
            "start": 873858326,
            "stop": 873858496
        },
        {
            "start": 873858504,
            "stop": 873858991
        },
        {
            "start": 873859029,
            "stop": 873859187
        },
        {
            "start": 873859195,
            "stop": 873859284
        },
        {
            "start": 873859291,
            "stop": 873860646
        },
        {
            "start": 873860682,
            "stop": 873860861
        },
        {
            "start": 873860924,
            "stop": 873861529
        },
        {
            "start": 873861570,
            "stop": 873861614
        },
        {
            "start": 873861621,
            "stop": 873861668
        },
        {
            "start": 873864291,
            "stop": 873864392
        },
        {
            "start": 873864429,
            "stop": 873864476
        },
        {
            "start": 873864512,
            "stop": 873864549
        },
        {
            "start": 873864586,
            "stop": 873864707
        },
        {
            "start": 873864743,
            "stop": 873864772
        },
        {
            "start": 873864808,
            "stop": 873864876
        },
        {
            "start": 873864912,
            "stop": 873864979
        },
        {
            "start": 873864986,
            "stop": 873865030
        }
    ]
}