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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=179",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 180,
    "results": [
        {
            "start": 817451747,
            "stop": 817451771
        },
        {
            "start": 817451791,
            "stop": 817453275
        },
        {
            "start": 817453304,
            "stop": 817453347
        },
        {
            "start": 817453366,
            "stop": 817453376
        },
        {
            "start": 817453395,
            "stop": 817453587
        },
        {
            "start": 817453604,
            "stop": 817457432
        },
        {
            "start": 817457455,
            "stop": 817460486
        },
        {
            "start": 817460517,
            "stop": 817460640
        },
        {
            "start": 817460660,
            "stop": 817461150
        },
        {
            "start": 817463345,
            "stop": 817464410
        },
        {
            "start": 817464429,
            "stop": 817464589
        },
        {
            "start": 817464606,
            "stop": 817465635
        },
        {
            "start": 817465652,
            "stop": 817466827
        },
        {
            "start": 817466844,
            "stop": 817466848
        },
        {
            "start": 817466865,
            "stop": 817466908
        },
        {
            "start": 817466927,
            "stop": 817467465
        },
        {
            "start": 817467484,
            "stop": 817467643
        },
        {
            "start": 817467662,
            "stop": 817472082
        },
        {
            "start": 817472099,
            "stop": 817472573
        },
        {
            "start": 817472590,
            "stop": 817472971
        }
    ]
}