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=5256
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=5257",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5255",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5256,
    "results": [
        {
            "start": 1137063731,
            "stop": 1137063736
        },
        {
            "start": 1137063740,
            "stop": 1137063742
        },
        {
            "start": 1137063745,
            "stop": 1137063756
        },
        {
            "start": 1137063758,
            "stop": 1137063794
        },
        {
            "start": 1137063796,
            "stop": 1137063930
        },
        {
            "start": 1137063932,
            "stop": 1137063950
        },
        {
            "start": 1137063952,
            "stop": 1137063994
        },
        {
            "start": 1137063997,
            "stop": 1137064029
        },
        {
            "start": 1137064031,
            "stop": 1137064041
        },
        {
            "start": 1137064043,
            "stop": 1137064111
        },
        {
            "start": 1137064113,
            "stop": 1137064137
        },
        {
            "start": 1137064140,
            "stop": 1137064165
        },
        {
            "start": 1137064169,
            "stop": 1137064175
        },
        {
            "start": 1137064177,
            "stop": 1137064222
        },
        {
            "start": 1137064224,
            "stop": 1137064347
        },
        {
            "start": 1137064349,
            "stop": 1137064378
        },
        {
            "start": 1137064380,
            "stop": 1137064411
        },
        {
            "start": 1137064412,
            "stop": 1137064422
        },
        {
            "start": 1137064424,
            "stop": 1137064430
        },
        {
            "start": 1137064432,
            "stop": 1137064501
        }
    ]
}