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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3502",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3500",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3501,
    "results": [
        {
            "start": 871287321,
            "stop": 871287350
        },
        {
            "start": 871287367,
            "stop": 871287387
        },
        {
            "start": 871287404,
            "stop": 871287428
        },
        {
            "start": 871287447,
            "stop": 871287476
        },
        {
            "start": 871287493,
            "stop": 871287587
        },
        {
            "start": 871287604,
            "stop": 871287680
        },
        {
            "start": 871287697,
            "stop": 871287710
        },
        {
            "start": 871287728,
            "stop": 871287758
        },
        {
            "start": 871287775,
            "stop": 871287861
        },
        {
            "start": 871287878,
            "stop": 871287946
        },
        {
            "start": 871287963,
            "stop": 871287973
        },
        {
            "start": 871287990,
            "stop": 871288024
        },
        {
            "start": 871288041,
            "stop": 871288059
        },
        {
            "start": 871288076,
            "stop": 871288102
        },
        {
            "start": 871288119,
            "stop": 871288139
        },
        {
            "start": 871288156,
            "stop": 871288448
        },
        {
            "start": 871288465,
            "stop": 871288489
        },
        {
            "start": 871288506,
            "stop": 871288660
        },
        {
            "start": 871288679,
            "stop": 871288688
        },
        {
            "start": 871288713,
            "stop": 871288804
        }
    ]
}