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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=213",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 214,
    "results": [
        {
            "start": 1126865855,
            "stop": 1126866215
        },
        {
            "start": 1126866216,
            "stop": 1126866221
        },
        {
            "start": 1126866222,
            "stop": 1126866571
        },
        {
            "start": 1126866572,
            "stop": 1126866580
        },
        {
            "start": 1126866583,
            "stop": 1126866584
        },
        {
            "start": 1126866590,
            "stop": 1126866591
        },
        {
            "start": 1126866592,
            "stop": 1126866593
        },
        {
            "start": 1126866594,
            "stop": 1126866617
        },
        {
            "start": 1126866618,
            "stop": 1126866713
        },
        {
            "start": 1126866714,
            "stop": 1126866883
        },
        {
            "start": 1126866884,
            "stop": 1126866986
        },
        {
            "start": 1126866989,
            "stop": 1126866990
        },
        {
            "start": 1126866991,
            "stop": 1126867114
        },
        {
            "start": 1126867115,
            "stop": 1126867184
        },
        {
            "start": 1126867185,
            "stop": 1126867233
        },
        {
            "start": 1126867234,
            "stop": 1126867237
        },
        {
            "start": 1126867238,
            "stop": 1126867239
        },
        {
            "start": 1126867241,
            "stop": 1126867549
        },
        {
            "start": 1126867551,
            "stop": 1126867735
        },
        {
            "start": 1126867736,
            "stop": 1126867815
        }
    ]
}