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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=104",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 105,
    "results": [
        {
            "start": 1126595863,
            "stop": 1126595936
        },
        {
            "start": 1126595938,
            "stop": 1126595994
        },
        {
            "start": 1126595996,
            "stop": 1126596224
        },
        {
            "start": 1126596225,
            "stop": 1126596419
        },
        {
            "start": 1126596420,
            "stop": 1126596431
        },
        {
            "start": 1126596432,
            "stop": 1126596550
        },
        {
            "start": 1126596551,
            "stop": 1126596869
        },
        {
            "start": 1126596871,
            "stop": 1126596939
        },
        {
            "start": 1126596940,
            "stop": 1126597004
        },
        {
            "start": 1126597008,
            "stop": 1126597024
        },
        {
            "start": 1126597026,
            "stop": 1126597163
        },
        {
            "start": 1126597164,
            "stop": 1126597494
        },
        {
            "start": 1126597495,
            "stop": 1126597811
        },
        {
            "start": 1126597812,
            "stop": 1126597910
        },
        {
            "start": 1126597911,
            "stop": 1126597914
        },
        {
            "start": 1126597915,
            "stop": 1126598079
        },
        {
            "start": 1126598081,
            "stop": 1126598290
        },
        {
            "start": 1126598292,
            "stop": 1126598389
        },
        {
            "start": 1126598391,
            "stop": 1126598680
        },
        {
            "start": 1126598682,
            "stop": 1126598742
        }
    ]
}