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=5252
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=5253",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5251",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5252,
    "results": [
        {
            "start": 1137061545,
            "stop": 1137061547
        },
        {
            "start": 1137061549,
            "stop": 1137061556
        },
        {
            "start": 1137061557,
            "stop": 1137061573
        },
        {
            "start": 1137061575,
            "stop": 1137061576
        },
        {
            "start": 1137061579,
            "stop": 1137061585
        },
        {
            "start": 1137061587,
            "stop": 1137061833
        },
        {
            "start": 1137061835,
            "stop": 1137061863
        },
        {
            "start": 1137061865,
            "stop": 1137061894
        },
        {
            "start": 1137061896,
            "stop": 1137061915
        },
        {
            "start": 1137061916,
            "stop": 1137061931
        },
        {
            "start": 1137061933,
            "stop": 1137061935
        },
        {
            "start": 1137061936,
            "stop": 1137061959
        },
        {
            "start": 1137061961,
            "stop": 1137062081
        },
        {
            "start": 1137062083,
            "stop": 1137062103
        },
        {
            "start": 1137062105,
            "stop": 1137062125
        },
        {
            "start": 1137062126,
            "stop": 1137062209
        },
        {
            "start": 1137062211,
            "stop": 1137062282
        },
        {
            "start": 1137062284,
            "stop": 1137062315
        },
        {
            "start": 1137062317,
            "stop": 1137062325
        },
        {
            "start": 1137062327,
            "stop": 1137062329
        }
    ]
}