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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=117",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 118,
    "results": [
        {
            "start": 816760144,
            "stop": 816760146
        },
        {
            "start": 816760151,
            "stop": 816760162
        },
        {
            "start": 816760166,
            "stop": 816760167
        },
        {
            "start": 816760172,
            "stop": 816760173
        },
        {
            "start": 816760179,
            "stop": 816760181
        },
        {
            "start": 816760186,
            "stop": 816760188
        },
        {
            "start": 816760194,
            "stop": 816760204
        },
        {
            "start": 816760207,
            "stop": 816760211
        },
        {
            "start": 816760215,
            "stop": 816760383
        },
        {
            "start": 816760386,
            "stop": 816760390
        },
        {
            "start": 816760398,
            "stop": 816760403
        },
        {
            "start": 816760406,
            "stop": 816760454
        },
        {
            "start": 816760458,
            "stop": 816760467
        },
        {
            "start": 816760471,
            "stop": 816760703
        },
        {
            "start": 816760708,
            "stop": 816760716
        },
        {
            "start": 816760720,
            "stop": 816760724
        },
        {
            "start": 816760728,
            "stop": 816760805
        },
        {
            "start": 816760809,
            "stop": 816760817
        },
        {
            "start": 816760821,
            "stop": 816760823
        },
        {
            "start": 816760830,
            "stop": 816760843
        }
    ]
}