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=10190
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=10191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10189",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10190,
    "results": [
        {
            "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": 873861600,
            "stop": 873861614
        },
        {
            "start": 873861621,
            "stop": 873861660
        },
        {
            "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
        },
        {
            "start": 873865167,
            "stop": 873865184
        },
        {
            "start": 873865347,
            "stop": 873865349
        }
    ]
}