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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 136,
    "results": [
        {
            "start": 1126659039,
            "stop": 1126659040
        },
        {
            "start": 1126659047,
            "stop": 1126659050
        },
        {
            "start": 1126659051,
            "stop": 1126659052
        },
        {
            "start": 1126659056,
            "stop": 1126659084
        },
        {
            "start": 1126659085,
            "stop": 1126659222
        },
        {
            "start": 1126659224,
            "stop": 1126659300
        },
        {
            "start": 1126659305,
            "stop": 1126659307
        },
        {
            "start": 1126659312,
            "stop": 1126659313
        },
        {
            "start": 1126659316,
            "stop": 1126659317
        },
        {
            "start": 1126659386,
            "stop": 1126659390
        },
        {
            "start": 1126659391,
            "stop": 1126659395
        },
        {
            "start": 1126659398,
            "stop": 1126659399
        },
        {
            "start": 1126659414,
            "stop": 1126659418
        },
        {
            "start": 1126659420,
            "stop": 1126659457
        },
        {
            "start": 1126659458,
            "stop": 1126659461
        },
        {
            "start": 1126659463,
            "stop": 1126659469
        },
        {
            "start": 1126659474,
            "stop": 1126659478
        },
        {
            "start": 1126659479,
            "stop": 1126659483
        },
        {
            "start": 1126659484,
            "stop": 1126659485
        },
        {
            "start": 1126659486,
            "stop": 1126659489
        }
    ]
}