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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=304",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 305,
    "results": [
        {
            "start": 852490190,
            "stop": 852490200
        },
        {
            "start": 852490205,
            "stop": 852490211
        },
        {
            "start": 852490214,
            "stop": 852490326
        },
        {
            "start": 852490330,
            "stop": 852490431
        },
        {
            "start": 852490465,
            "stop": 852491383
        },
        {
            "start": 852491387,
            "stop": 852492826
        },
        {
            "start": 852492830,
            "stop": 852492855
        },
        {
            "start": 852492859,
            "stop": 852493255
        },
        {
            "start": 852494303,
            "stop": 852564714
        },
        {
            "start": 852564717,
            "stop": 852566232
        },
        {
            "start": 852567776,
            "stop": 852569102
        },
        {
            "start": 852569344,
            "stop": 852574796
        },
        {
            "start": 852574938,
            "stop": 852575070
        },
        {
            "start": 852575079,
            "stop": 852575233
        },
        {
            "start": 852575237,
            "stop": 852575337
        },
        {
            "start": 852575341,
            "stop": 852576039
        },
        {
            "start": 852576048,
            "stop": 852576275
        },
        {
            "start": 852576279,
            "stop": 852576285
        },
        {
            "start": 852576297,
            "stop": 852576302
        },
        {
            "start": 852576305,
            "stop": 852576952
        }
    ]
}