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=4762
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=4763",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4761",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4762,
    "results": [
        {
            "start": 970304389,
            "stop": 970304555
        },
        {
            "start": 970304558,
            "stop": 970304669
        },
        {
            "start": 970304672,
            "stop": 970304693
        },
        {
            "start": 970304696,
            "stop": 970304742
        },
        {
            "start": 970304745,
            "stop": 970305553
        },
        {
            "start": 970305556,
            "stop": 970305818
        },
        {
            "start": 970305821,
            "stop": 970305859
        },
        {
            "start": 970305862,
            "stop": 970306061
        },
        {
            "start": 970306064,
            "stop": 970306276
        },
        {
            "start": 970306279,
            "stop": 970306403
        },
        {
            "start": 970306406,
            "stop": 970306482
        },
        {
            "start": 970306485,
            "stop": 970307075
        },
        {
            "start": 970307078,
            "stop": 970308091
        },
        {
            "start": 970308094,
            "stop": 970308630
        },
        {
            "start": 970308633,
            "stop": 970308931
        },
        {
            "start": 970308934,
            "stop": 970309476
        },
        {
            "start": 970309479,
            "stop": 970310368
        },
        {
            "start": 970310371,
            "stop": 970310650
        },
        {
            "start": 970310653,
            "stop": 970310771
        },
        {
            "start": 970310774,
            "stop": 970310802
        }
    ]
}