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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=201",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 202,
    "results": [
        {
            "start": 820625827,
            "stop": 820628705
        },
        {
            "start": 820628712,
            "stop": 820658292
        },
        {
            "start": 820658298,
            "stop": 820658314
        },
        {
            "start": 820658319,
            "stop": 820658341
        },
        {
            "start": 820658347,
            "stop": 820658365
        },
        {
            "start": 820658370,
            "stop": 820658473
        },
        {
            "start": 820658478,
            "stop": 820658487
        },
        {
            "start": 820659665,
            "stop": 820664392
        },
        {
            "start": 820664398,
            "stop": 820664416
        },
        {
            "start": 820664424,
            "stop": 820665340
        },
        {
            "start": 820665345,
            "stop": 820665392
        },
        {
            "start": 820665397,
            "stop": 820665455
        },
        {
            "start": 820665460,
            "stop": 820665558
        },
        {
            "start": 820665563,
            "stop": 820671473
        },
        {
            "start": 820671479,
            "stop": 820674937
        },
        {
            "start": 820674944,
            "stop": 820680987
        },
        {
            "start": 820680996,
            "stop": 820681058
        },
        {
            "start": 820681065,
            "stop": 820681107
        },
        {
            "start": 820681120,
            "stop": 820681141
        },
        {
            "start": 820681150,
            "stop": 820681170
        }
    ]
}