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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=93",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 94,
    "results": [
        {
            "start": 1126562936,
            "stop": 1126562973
        },
        {
            "start": 1126562975,
            "stop": 1126562985
        },
        {
            "start": 1126562989,
            "stop": 1126563024
        },
        {
            "start": 1126563026,
            "stop": 1126563139
        },
        {
            "start": 1126563143,
            "stop": 1126563146
        },
        {
            "start": 1126563148,
            "stop": 1126563218
        },
        {
            "start": 1126563219,
            "stop": 1126563336
        },
        {
            "start": 1126563338,
            "stop": 1126563341
        },
        {
            "start": 1126563343,
            "stop": 1126563523
        },
        {
            "start": 1126563524,
            "stop": 1126563580
        },
        {
            "start": 1126563581,
            "stop": 1126563665
        },
        {
            "start": 1126563667,
            "stop": 1126563729
        },
        {
            "start": 1126563733,
            "stop": 1126563734
        },
        {
            "start": 1126563736,
            "stop": 1126563739
        },
        {
            "start": 1126563742,
            "stop": 1126563743
        },
        {
            "start": 1126563745,
            "stop": 1126563747
        },
        {
            "start": 1126563750,
            "stop": 1126563952
        },
        {
            "start": 1126563953,
            "stop": 1126564004
        },
        {
            "start": 1126564005,
            "stop": 1126564167
        },
        {
            "start": 1126564169,
            "stop": 1126564324
        }
    ]
}