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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=229",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 230,
    "results": [
        {
            "start": 933167113,
            "stop": 933167210
        },
        {
            "start": 933167216,
            "stop": 933167359
        },
        {
            "start": 933167364,
            "stop": 933167430
        },
        {
            "start": 933167449,
            "stop": 933167473
        },
        {
            "start": 933167478,
            "stop": 933167479
        },
        {
            "start": 933167484,
            "stop": 933167518
        },
        {
            "start": 933167519,
            "stop": 933167636
        },
        {
            "start": 933167655,
            "stop": 933167693
        },
        {
            "start": 933167743,
            "stop": 933167748
        },
        {
            "start": 933167767,
            "stop": 933167821
        },
        {
            "start": 933167826,
            "stop": 933167875
        },
        {
            "start": 933167880,
            "stop": 933167913
        },
        {
            "start": 933167918,
            "stop": 933167932
        },
        {
            "start": 933167933,
            "stop": 933167934
        },
        {
            "start": 933167939,
            "stop": 933168096
        },
        {
            "start": 933168101,
            "stop": 933168149
        },
        {
            "start": 933168154,
            "stop": 933168407
        },
        {
            "start": 933168412,
            "stop": 933168778
        },
        {
            "start": 933168783,
            "stop": 933168827
        },
        {
            "start": 933168828,
            "stop": 933169054
        }
    ]
}