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/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=213
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=212",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 213,
    "results": [
        {
            "start": 1240055978,
            "stop": 1240056332
        },
        {
            "start": 1240056333,
            "stop": 1240056347
        },
        {
            "start": 1240056348,
            "stop": 1240056883
        },
        {
            "start": 1240056885,
            "stop": 1240056932
        },
        {
            "start": 1240056934,
            "stop": 1240057136
        },
        {
            "start": 1240057139,
            "stop": 1240057172
        },
        {
            "start": 1240057174,
            "stop": 1240057307
        },
        {
            "start": 1240057308,
            "stop": 1240057449
        },
        {
            "start": 1240057450,
            "stop": 1240057645
        },
        {
            "start": 1240057647,
            "stop": 1240057881
        },
        {
            "start": 1240057882,
            "stop": 1240058227
        },
        {
            "start": 1240058228,
            "stop": 1240058761
        },
        {
            "start": 1240058762,
            "stop": 1240059325
        },
        {
            "start": 1240059327,
            "stop": 1240059365
        },
        {
            "start": 1240059366,
            "stop": 1240059697
        },
        {
            "start": 1240059698,
            "stop": 1240059717
        },
        {
            "start": 1240059718,
            "stop": 1240060069
        },
        {
            "start": 1240060071,
            "stop": 1240060109
        },
        {
            "start": 1240060110,
            "stop": 1240060172
        },
        {
            "start": 1240060174,
            "stop": 1240060217
        }
    ]
}