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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=88",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 89,
    "results": [
        {
            "start": 818064131,
            "stop": 818064139
        },
        {
            "start": 818064183,
            "stop": 818064184
        },
        {
            "start": 818064219,
            "stop": 818064222
        },
        {
            "start": 818064231,
            "stop": 818064236
        },
        {
            "start": 818064253,
            "stop": 818064258
        },
        {
            "start": 818064286,
            "stop": 818064288
        },
        {
            "start": 818064303,
            "stop": 818064311
        },
        {
            "start": 818064348,
            "stop": 818064349
        },
        {
            "start": 818064384,
            "stop": 818064388
        },
        {
            "start": 818064404,
            "stop": 818064408
        },
        {
            "start": 818064439,
            "stop": 818064450
        },
        {
            "start": 818064537,
            "stop": 818064546
        },
        {
            "start": 818064562,
            "stop": 818064564
        },
        {
            "start": 818064635,
            "stop": 818064636
        },
        {
            "start": 818064657,
            "stop": 818064661
        },
        {
            "start": 818064697,
            "stop": 818064700
        },
        {
            "start": 818064718,
            "stop": 818064725
        },
        {
            "start": 818064767,
            "stop": 818064773
        },
        {
            "start": 818064796,
            "stop": 818064797
        },
        {
            "start": 818064858,
            "stop": 818064861
        }
    ]
}