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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=268",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 269,
    "results": [
        {
            "start": 821688991,
            "stop": 821688995
        },
        {
            "start": 821688999,
            "stop": 821689007
        },
        {
            "start": 821689013,
            "stop": 821689017
        },
        {
            "start": 821689020,
            "stop": 821689022
        },
        {
            "start": 821689026,
            "stop": 821689046
        },
        {
            "start": 821689049,
            "stop": 821689054
        },
        {
            "start": 821689057,
            "stop": 821689064
        },
        {
            "start": 821689073,
            "stop": 821689087
        },
        {
            "start": 821689094,
            "stop": 821689096
        },
        {
            "start": 821689104,
            "stop": 821689120
        },
        {
            "start": 821689123,
            "stop": 821689124
        },
        {
            "start": 821689129,
            "stop": 821689133
        },
        {
            "start": 821689140,
            "stop": 821689142
        },
        {
            "start": 821689145,
            "stop": 821689159
        },
        {
            "start": 821689162,
            "stop": 821689180
        },
        {
            "start": 821689183,
            "stop": 821689187
        },
        {
            "start": 821689190,
            "stop": 821689202
        },
        {
            "start": 821689205,
            "stop": 821689209
        },
        {
            "start": 821689212,
            "stop": 821689216
        },
        {
            "start": 821689219,
            "stop": 821689259
        }
    ]
}