Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5033
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5032",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5033,
    "results": [
        {
            "start": 874577770,
            "stop": 874577815
        },
        {
            "start": 874577822,
            "stop": 874577823
        },
        {
            "start": 874577830,
            "stop": 874578016
        },
        {
            "start": 874578023,
            "stop": 874578095
        },
        {
            "start": 874578102,
            "stop": 874578127
        },
        {
            "start": 874578135,
            "stop": 874578170
        },
        {
            "start": 874578178,
            "stop": 874578218
        },
        {
            "start": 874578227,
            "stop": 874578362
        },
        {
            "start": 874578369,
            "stop": 874578397
        },
        {
            "start": 874578404,
            "stop": 874578493
        },
        {
            "start": 874578500,
            "stop": 874578567
        },
        {
            "start": 874578581,
            "stop": 874578594
        },
        {
            "start": 874578613,
            "stop": 874578661
        },
        {
            "start": 874578668,
            "stop": 874578694
        },
        {
            "start": 874578701,
            "stop": 874578720
        },
        {
            "start": 874578727,
            "stop": 874578780
        },
        {
            "start": 874578787,
            "stop": 874578808
        },
        {
            "start": 874578815,
            "stop": 874578884
        },
        {
            "start": 874579065,
            "stop": 874579099
        },
        {
            "start": 874579106,
            "stop": 874579126
        }
    ]
}