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=9896
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=9897",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9895",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9896,
    "results": [
        {
            "start": 870884040,
            "stop": 870884049
        },
        {
            "start": 870884057,
            "stop": 870884086
        },
        {
            "start": 870884120,
            "stop": 870884137
        },
        {
            "start": 870884199,
            "stop": 870884243
        },
        {
            "start": 870884277,
            "stop": 870884279
        },
        {
            "start": 870884372,
            "stop": 870884413
        },
        {
            "start": 870884434,
            "stop": 870884454
        },
        {
            "start": 870884462,
            "stop": 870884485
        },
        {
            "start": 870884493,
            "stop": 870884500
        },
        {
            "start": 870884700,
            "stop": 870884756
        },
        {
            "start": 870884820,
            "stop": 870884848
        },
        {
            "start": 870884889,
            "stop": 870884897
        },
        {
            "start": 870884906,
            "stop": 870884940
        },
        {
            "start": 870885000,
            "stop": 870885015
        },
        {
            "start": 870885060,
            "stop": 870885094
        },
        {
            "start": 870885137,
            "stop": 870885154
        },
        {
            "start": 870885162,
            "stop": 870885212
        },
        {
            "start": 870885412,
            "stop": 870885429
        },
        {
            "start": 870885440,
            "stop": 870885443
        },
        {
            "start": 870885450,
            "stop": 870885469
        }
    ]
}