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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=78",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 79,
    "results": [
        {
            "start": 816827984,
            "stop": 816827988
        },
        {
            "start": 816828024,
            "stop": 816828054
        },
        {
            "start": 816828094,
            "stop": 816828102
        },
        {
            "start": 816828122,
            "stop": 816828156
        },
        {
            "start": 816828192,
            "stop": 816828252
        },
        {
            "start": 816828269,
            "stop": 816828286
        },
        {
            "start": 816828405,
            "stop": 816828462
        },
        {
            "start": 816828483,
            "stop": 816828500
        },
        {
            "start": 816828678,
            "stop": 816828686
        },
        {
            "start": 816828728,
            "stop": 816828736
        },
        {
            "start": 816828809,
            "stop": 816828879
        },
        {
            "start": 816828899,
            "stop": 816828985
        },
        {
            "start": 816829012,
            "stop": 816829018
        },
        {
            "start": 816829035,
            "stop": 816829042
        },
        {
            "start": 816829168,
            "stop": 816829232
        },
        {
            "start": 816829276,
            "stop": 816829285
        },
        {
            "start": 816829313,
            "stop": 816829355
        },
        {
            "start": 816829375,
            "stop": 816829416
        },
        {
            "start": 816829473,
            "stop": 816829477
        },
        {
            "start": 816829514,
            "stop": 816829523
        }
    ]
}