Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1094
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1095",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1093",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1094,
    "results": [
        {
            "start": 1253626937,
            "stop": 1253627471
        },
        {
            "start": 1253627479,
            "stop": 1253627643
        },
        {
            "start": 1253627651,
            "stop": 1253628763
        },
        {
            "start": 1253628766,
            "stop": 1253628818
        },
        {
            "start": 1253628822,
            "stop": 1253629511
        },
        {
            "start": 1253629515,
            "stop": 1253631286
        },
        {
            "start": 1253631291,
            "stop": 1253631484
        },
        {
            "start": 1253631489,
            "stop": 1253632989
        },
        {
            "start": 1253632994,
            "stop": 1253634727
        },
        {
            "start": 1253634731,
            "stop": 1253634804
        },
        {
            "start": 1253634808,
            "stop": 1253634940
        },
        {
            "start": 1253634943,
            "stop": 1253635007
        },
        {
            "start": 1253635012,
            "stop": 1253635205
        },
        {
            "start": 1253635209,
            "stop": 1253635826
        },
        {
            "start": 1253635829,
            "stop": 1253636203
        },
        {
            "start": 1253636206,
            "stop": 1253638138
        },
        {
            "start": 1253638143,
            "stop": 1253641351
        },
        {
            "start": 1253641359,
            "stop": 1253641563
        },
        {
            "start": 1253641567,
            "stop": 1253641891
        },
        {
            "start": 1253641896,
            "stop": 1253645557
        }
    ]
}