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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=534",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=532",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 533,
    "results": [
        {
            "start": 1262799260,
            "stop": 1262799335
        },
        {
            "start": 1262799338,
            "stop": 1262799343
        },
        {
            "start": 1262799346,
            "stop": 1262799361
        },
        {
            "start": 1262799364,
            "stop": 1262799369
        },
        {
            "start": 1262799372,
            "stop": 1262799377
        },
        {
            "start": 1262799380,
            "stop": 1262799489
        },
        {
            "start": 1262799492,
            "stop": 1262799523
        },
        {
            "start": 1262799526,
            "stop": 1262799564
        },
        {
            "start": 1262799567,
            "stop": 1262799575
        },
        {
            "start": 1262799578,
            "stop": 1262799580
        },
        {
            "start": 1262799583,
            "stop": 1262799663
        },
        {
            "start": 1262799666,
            "stop": 1262799792
        },
        {
            "start": 1262799795,
            "stop": 1262800000
        },
        {
            "start": 1262800003,
            "stop": 1262800007
        },
        {
            "start": 1262800010,
            "stop": 1262800093
        },
        {
            "start": 1262800096,
            "stop": 1262800204
        },
        {
            "start": 1262800207,
            "stop": 1262800208
        },
        {
            "start": 1262800211,
            "stop": 1262800220
        },
        {
            "start": 1262800223,
            "stop": 1262800261
        },
        {
            "start": 1262800264,
            "stop": 1262800310
        }
    ]
}