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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=244",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 245,
    "results": [
        {
            "start": 1259375785,
            "stop": 1259375790
        },
        {
            "start": 1259375792,
            "stop": 1259375965
        },
        {
            "start": 1259375968,
            "stop": 1259376072
        },
        {
            "start": 1259376075,
            "stop": 1259376695
        },
        {
            "start": 1259376698,
            "stop": 1259376963
        },
        {
            "start": 1259376966,
            "stop": 1259377104
        },
        {
            "start": 1259377107,
            "stop": 1259377522
        },
        {
            "start": 1259377525,
            "stop": 1259377529
        },
        {
            "start": 1259377532,
            "stop": 1259378158
        },
        {
            "start": 1259378161,
            "stop": 1259378482
        },
        {
            "start": 1259378485,
            "stop": 1259378765
        },
        {
            "start": 1259378768,
            "stop": 1259379198
        },
        {
            "start": 1259379201,
            "stop": 1259379210
        },
        {
            "start": 1259379213,
            "stop": 1259379280
        },
        {
            "start": 1259379283,
            "stop": 1259380693
        },
        {
            "start": 1259380696,
            "stop": 1259381924
        },
        {
            "start": 1259381927,
            "stop": 1259382291
        },
        {
            "start": 1259382299,
            "stop": 1259382323
        },
        {
            "start": 1259382326,
            "stop": 1259382619
        },
        {
            "start": 1259382622,
            "stop": 1259383420
        }
    ]
}