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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=90",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 91,
    "results": [
        {
            "start": 954950279,
            "stop": 954957028
        },
        {
            "start": 954964271,
            "stop": 954978699
        },
        {
            "start": 955013425,
            "stop": 955015685
        },
        {
            "start": 955032833,
            "stop": 955035406
        },
        {
            "start": 955045346,
            "stop": 955048649
        },
        {
            "start": 955053502,
            "stop": 955054089
        },
        {
            "start": 955067157,
            "stop": 955069638
        },
        {
            "start": 955077982,
            "stop": 955087734
        },
        {
            "start": 955088665,
            "stop": 955107456
        },
        {
            "start": 955111070,
            "stop": 955116919
        },
        {
            "start": 955118959,
            "stop": 955124917
        },
        {
            "start": 955127084,
            "stop": 955132205
        },
        {
            "start": 955133413,
            "stop": 955143702
        },
        {
            "start": 955183602,
            "stop": 955187689
        },
        {
            "start": 955187824,
            "stop": 955191744
        },
        {
            "start": 955193219,
            "stop": 955199178
        },
        {
            "start": 955332352,
            "stop": 955334056
        },
        {
            "start": 955335103,
            "stop": 955350330
        },
        {
            "start": 955351166,
            "stop": 955352230
        },
        {
            "start": 955353564,
            "stop": 955356602
        }
    ]
}