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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=62",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 63,
    "results": [
        {
            "start": 816471369,
            "stop": 816471408
        },
        {
            "start": 816471413,
            "stop": 816471538
        },
        {
            "start": 816471544,
            "stop": 816471801
        },
        {
            "start": 816471807,
            "stop": 816471825
        },
        {
            "start": 816471830,
            "stop": 816471956
        },
        {
            "start": 816471959,
            "stop": 816471963
        },
        {
            "start": 816471967,
            "stop": 816472153
        },
        {
            "start": 816472160,
            "stop": 816472212
        },
        {
            "start": 816472216,
            "stop": 816472220
        },
        {
            "start": 816472224,
            "stop": 816472423
        },
        {
            "start": 816472429,
            "stop": 816472443
        },
        {
            "start": 816472447,
            "stop": 816472449
        },
        {
            "start": 816472454,
            "stop": 816472465
        },
        {
            "start": 816472471,
            "stop": 816472663
        },
        {
            "start": 816472670,
            "stop": 816472788
        },
        {
            "start": 816472793,
            "stop": 816472839
        },
        {
            "start": 816472845,
            "stop": 816472847
        },
        {
            "start": 816472851,
            "stop": 816472853
        },
        {
            "start": 816472860,
            "stop": 816472862
        },
        {
            "start": 816472867,
            "stop": 816472869
        }
    ]
}