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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=266",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 267,
    "results": [
        {
            "start": 1126919013,
            "stop": 1126919086
        },
        {
            "start": 1126919088,
            "stop": 1126919250
        },
        {
            "start": 1126919251,
            "stop": 1126919503
        },
        {
            "start": 1126919504,
            "stop": 1126919598
        },
        {
            "start": 1126919599,
            "stop": 1126919602
        },
        {
            "start": 1126919603,
            "stop": 1126919604
        },
        {
            "start": 1126919606,
            "stop": 1126919607
        },
        {
            "start": 1126919609,
            "stop": 1126919611
        },
        {
            "start": 1126919613,
            "stop": 1126919622
        },
        {
            "start": 1126919623,
            "stop": 1126919628
        },
        {
            "start": 1126919631,
            "stop": 1126919640
        },
        {
            "start": 1126919641,
            "stop": 1126919667
        },
        {
            "start": 1126919668,
            "stop": 1126919694
        },
        {
            "start": 1126919696,
            "stop": 1126920005
        },
        {
            "start": 1126920006,
            "stop": 1126920133
        },
        {
            "start": 1126920134,
            "stop": 1126920153
        },
        {
            "start": 1126920154,
            "stop": 1126920157
        },
        {
            "start": 1126920158,
            "stop": 1126920193
        },
        {
            "start": 1126920194,
            "stop": 1126920386
        },
        {
            "start": 1126920387,
            "stop": 1126920525
        }
    ]
}