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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1344",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1342",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1343,
    "results": [
        {
            "start": 964948894,
            "stop": 964955084
        },
        {
            "start": 964955822,
            "stop": 964955873
        },
        {
            "start": 964956660,
            "stop": 964959033
        },
        {
            "start": 964990745,
            "stop": 964991846
        },
        {
            "start": 964991847,
            "stop": 964995051
        },
        {
            "start": 965007836,
            "stop": 965008704
        },
        {
            "start": 965008705,
            "stop": 965009013
        },
        {
            "start": 965013385,
            "stop": 965015041
        },
        {
            "start": 965015042,
            "stop": 965015211
        },
        {
            "start": 965015212,
            "stop": 965015475
        },
        {
            "start": 965015476,
            "stop": 965016445
        },
        {
            "start": 965016446,
            "stop": 965021472
        },
        {
            "start": 965021892,
            "stop": 965022283
        },
        {
            "start": 965024050,
            "stop": 965025173
        },
        {
            "start": 965027350,
            "stop": 965032440
        },
        {
            "start": 965034686,
            "stop": 965042056
        },
        {
            "start": 965043089,
            "stop": 965044939
        },
        {
            "start": 965047486,
            "stop": 965048525
        },
        {
            "start": 965048526,
            "stop": 965050139
        },
        {
            "start": 965052384,
            "stop": 965052409
        }
    ]
}