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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=256",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 257,
    "results": [
        {
            "start": 821082180,
            "stop": 821083560
        },
        {
            "start": 821083740,
            "stop": 821083800
        },
        {
            "start": 821083980,
            "stop": 821083993
        },
        {
            "start": 821084254,
            "stop": 821084447
        },
        {
            "start": 821084450,
            "stop": 821084465
        },
        {
            "start": 821084469,
            "stop": 821084475
        },
        {
            "start": 821084479,
            "stop": 821084520
        },
        {
            "start": 821084580,
            "stop": 821084593
        },
        {
            "start": 821084621,
            "stop": 821084622
        },
        {
            "start": 821086406,
            "stop": 821086769
        },
        {
            "start": 821086776,
            "stop": 821086783
        },
        {
            "start": 821086787,
            "stop": 821087585
        },
        {
            "start": 821087589,
            "stop": 821087614
        },
        {
            "start": 821087617,
            "stop": 821088073
        },
        {
            "start": 821088081,
            "stop": 821088559
        },
        {
            "start": 821088563,
            "stop": 821088578
        },
        {
            "start": 821088582,
            "stop": 821088594
        },
        {
            "start": 821088603,
            "stop": 821088616
        },
        {
            "start": 821089987,
            "stop": 821092091
        },
        {
            "start": 821092098,
            "stop": 821094300
        }
    ]
}