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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=266",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 267,
    "results": [
        {
            "start": 1174457823,
            "stop": 1174458891
        },
        {
            "start": 1174458893,
            "stop": 1174459810
        },
        {
            "start": 1174459812,
            "stop": 1174460756
        },
        {
            "start": 1174460758,
            "stop": 1174462015
        },
        {
            "start": 1174462017,
            "stop": 1174463032
        },
        {
            "start": 1174463034,
            "stop": 1174464419
        },
        {
            "start": 1174464421,
            "stop": 1174465438
        },
        {
            "start": 1174465440,
            "stop": 1174466588
        },
        {
            "start": 1174466590,
            "stop": 1174467747
        },
        {
            "start": 1174467749,
            "stop": 1174467894
        },
        {
            "start": 1174471589,
            "stop": 1174471804
        },
        {
            "start": 1174471806,
            "stop": 1174473075
        },
        {
            "start": 1174473077,
            "stop": 1174474310
        },
        {
            "start": 1174474312,
            "stop": 1174475549
        },
        {
            "start": 1174475551,
            "stop": 1174476914
        },
        {
            "start": 1174476916,
            "stop": 1174478100
        },
        {
            "start": 1174478102,
            "stop": 1174479180
        },
        {
            "start": 1174479182,
            "stop": 1174479941
        },
        {
            "start": 1174479943,
            "stop": 1174480991
        },
        {
            "start": 1174480993,
            "stop": 1174481884
        }
    ]
}