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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=137",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 138,
    "results": [
        {
            "start": 1417219056,
            "stop": 1417225796
        },
        {
            "start": 1417225801,
            "stop": 1417229130
        },
        {
            "start": 1417229134,
            "stop": 1417233172
        },
        {
            "start": 1417233177,
            "stop": 1417235324
        },
        {
            "start": 1417235329,
            "stop": 1417236050
        },
        {
            "start": 1417236054,
            "stop": 1417238435
        },
        {
            "start": 1417238440,
            "stop": 1417238913
        },
        {
            "start": 1417238918,
            "stop": 1417248403
        },
        {
            "start": 1417248406,
            "stop": 1417252196
        },
        {
            "start": 1417252201,
            "stop": 1417253039
        },
        {
            "start": 1417253044,
            "stop": 1417254542
        },
        {
            "start": 1417254547,
            "stop": 1417260333
        },
        {
            "start": 1417264818,
            "stop": 1417268585
        },
        {
            "start": 1417268589,
            "stop": 1417269618
        },
        {
            "start": 1417269623,
            "stop": 1417270179
        },
        {
            "start": 1417270184,
            "stop": 1417273015
        },
        {
            "start": 1417273020,
            "stop": 1417273326
        },
        {
            "start": 1417274428,
            "stop": 1417274718
        },
        {
            "start": 1417299170,
            "stop": 1417299516
        },
        {
            "start": 1417299521,
            "stop": 1417304816
        }
    ]
}