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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1203",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1204,
    "results": [
        {
            "start": 953622372,
            "stop": 953622887
        },
        {
            "start": 953622889,
            "stop": 953623252
        },
        {
            "start": 953623254,
            "stop": 953623830
        },
        {
            "start": 953623832,
            "stop": 953624102
        },
        {
            "start": 953624104,
            "stop": 953624354
        },
        {
            "start": 953624356,
            "stop": 953624433
        },
        {
            "start": 953624435,
            "stop": 953624481
        },
        {
            "start": 953624483,
            "stop": 953624581
        },
        {
            "start": 953624583,
            "stop": 953624603
        },
        {
            "start": 953624605,
            "stop": 953624886
        },
        {
            "start": 953624888,
            "stop": 953624934
        },
        {
            "start": 953624938,
            "stop": 953625202
        },
        {
            "start": 953625204,
            "stop": 953625228
        },
        {
            "start": 953625230,
            "stop": 953625314
        },
        {
            "start": 953625316,
            "stop": 953625589
        },
        {
            "start": 953625591,
            "stop": 953625741
        },
        {
            "start": 953625743,
            "stop": 953625818
        },
        {
            "start": 953625820,
            "stop": 953626156
        },
        {
            "start": 953626158,
            "stop": 953626443
        },
        {
            "start": 953626445,
            "stop": 953626807
        }
    ]
}