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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10007",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10008,
    "results": [
        {
            "start": 872261119,
            "stop": 872261121
        },
        {
            "start": 872261196,
            "stop": 872261210
        },
        {
            "start": 872261247,
            "stop": 872261260
        },
        {
            "start": 872261296,
            "stop": 872261367
        },
        {
            "start": 872261601,
            "stop": 872261628
        },
        {
            "start": 872265166,
            "stop": 872265174
        },
        {
            "start": 872265208,
            "stop": 872265638
        },
        {
            "start": 872265758,
            "stop": 872266118
        },
        {
            "start": 872266154,
            "stop": 872266440
        },
        {
            "start": 872266509,
            "stop": 872266560
        },
        {
            "start": 872266620,
            "stop": 872266976
        },
        {
            "start": 872267040,
            "stop": 872267456
        },
        {
            "start": 872267492,
            "stop": 872268453
        },
        {
            "start": 872268489,
            "stop": 872268831
        },
        {
            "start": 872268867,
            "stop": 872269069
        },
        {
            "start": 872269077,
            "stop": 872269214
        },
        {
            "start": 872276450,
            "stop": 872276460
        },
        {
            "start": 872276562,
            "stop": 872276576
        },
        {
            "start": 872276612,
            "stop": 872276655
        },
        {
            "start": 872276691,
            "stop": 872276747
        }
    ]
}