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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=173",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 174,
    "results": [
        {
            "start": 1420464880,
            "stop": 1420469182
        },
        {
            "start": 1420469185,
            "stop": 1420470123
        },
        {
            "start": 1420470301,
            "stop": 1420470762
        },
        {
            "start": 1420470766,
            "stop": 1420470996
        },
        {
            "start": 1420471113,
            "stop": 1420471372
        },
        {
            "start": 1420471507,
            "stop": 1420471816
        },
        {
            "start": 1420471821,
            "stop": 1420472090
        },
        {
            "start": 1420472206,
            "stop": 1420472294
        },
        {
            "start": 1420472338,
            "stop": 1420472558
        },
        {
            "start": 1420472561,
            "stop": 1420472798
        },
        {
            "start": 1420472961,
            "stop": 1420473414
        },
        {
            "start": 1420473419,
            "stop": 1420473612
        },
        {
            "start": 1420473717,
            "stop": 1420474175
        },
        {
            "start": 1420474557,
            "stop": 1420475116
        },
        {
            "start": 1420475121,
            "stop": 1420475422
        },
        {
            "start": 1420488190,
            "stop": 1420488407
        },
        {
            "start": 1420488410,
            "stop": 1420488461
        },
        {
            "start": 1420488464,
            "stop": 1420488468
        },
        {
            "start": 1420488472,
            "stop": 1420490108
        },
        {
            "start": 1420490113,
            "stop": 1420492145
        }
    ]
}