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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=700",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=698",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 699,
    "results": [
        {
            "start": 951236351,
            "stop": 951236950
        },
        {
            "start": 951236956,
            "stop": 951238474
        },
        {
            "start": 951238704,
            "stop": 951242089
        },
        {
            "start": 951242095,
            "stop": 951242579
        },
        {
            "start": 951242585,
            "stop": 951253141
        },
        {
            "start": 951269918,
            "stop": 951273028
        },
        {
            "start": 951273034,
            "stop": 951274047
        },
        {
            "start": 951274053,
            "stop": 951274169
        },
        {
            "start": 951274175,
            "stop": 951278179
        },
        {
            "start": 951278403,
            "stop": 951279378
        },
        {
            "start": 951279384,
            "stop": 951279547
        },
        {
            "start": 951280074,
            "stop": 951280203
        },
        {
            "start": 951280209,
            "stop": 951287024
        },
        {
            "start": 951287030,
            "stop": 951288328
        },
        {
            "start": 951320764,
            "stop": 951322034
        },
        {
            "start": 951325362,
            "stop": 951327841
        },
        {
            "start": 951328517,
            "stop": 951330888
        },
        {
            "start": 951331837,
            "stop": 951332548
        },
        {
            "start": 951338207,
            "stop": 951338719
        },
        {
            "start": 951338725,
            "stop": 951339618
        }
    ]
}