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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=167",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 168,
    "results": [
        {
            "start": 1126752718,
            "stop": 1126752800
        },
        {
            "start": 1126752801,
            "stop": 1126753007
        },
        {
            "start": 1126753009,
            "stop": 1126753092
        },
        {
            "start": 1126753094,
            "stop": 1126753277
        },
        {
            "start": 1126753279,
            "stop": 1126753444
        },
        {
            "start": 1126753446,
            "stop": 1126753515
        },
        {
            "start": 1126753516,
            "stop": 1126753839
        },
        {
            "start": 1126753841,
            "stop": 1126754214
        },
        {
            "start": 1126754215,
            "stop": 1126754606
        },
        {
            "start": 1126754607,
            "stop": 1126754758
        },
        {
            "start": 1126754766,
            "stop": 1126754954
        },
        {
            "start": 1126754955,
            "stop": 1126755340
        },
        {
            "start": 1126755341,
            "stop": 1126755373
        },
        {
            "start": 1126755376,
            "stop": 1126755378
        },
        {
            "start": 1126755380,
            "stop": 1126755653
        },
        {
            "start": 1126755654,
            "stop": 1126755722
        },
        {
            "start": 1126755723,
            "stop": 1126756101
        },
        {
            "start": 1126756102,
            "stop": 1126756130
        },
        {
            "start": 1126756137,
            "stop": 1126756486
        },
        {
            "start": 1126756488,
            "stop": 1126756594
        }
    ]
}