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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=194",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 195,
    "results": [
        {
            "start": 1240130947,
            "stop": 1240131066
        },
        {
            "start": 1240131067,
            "stop": 1240131186
        },
        {
            "start": 1240131187,
            "stop": 1240131306
        },
        {
            "start": 1240131307,
            "stop": 1240131426
        },
        {
            "start": 1240131427,
            "stop": 1240131546
        },
        {
            "start": 1240131547,
            "stop": 1240131666
        },
        {
            "start": 1240131667,
            "stop": 1240131786
        },
        {
            "start": 1240131787,
            "stop": 1240131906
        },
        {
            "start": 1240131907,
            "stop": 1240132026
        },
        {
            "start": 1240132027,
            "stop": 1240132146
        },
        {
            "start": 1240132147,
            "stop": 1240132266
        },
        {
            "start": 1240132267,
            "stop": 1240132386
        },
        {
            "start": 1240132387,
            "stop": 1240132506
        },
        {
            "start": 1240132507,
            "stop": 1240132626
        },
        {
            "start": 1240132627,
            "stop": 1240132746
        },
        {
            "start": 1240132747,
            "stop": 1240132866
        },
        {
            "start": 1240132867,
            "stop": 1240132986
        },
        {
            "start": 1240132987,
            "stop": 1240133106
        },
        {
            "start": 1240133107,
            "stop": 1240133226
        },
        {
            "start": 1240133227,
            "stop": 1240133346
        }
    ]
}