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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=185",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 186,
    "results": [
        {
            "start": 837549632,
            "stop": 837552135
        },
        {
            "start": 837576112,
            "stop": 837579731
        },
        {
            "start": 837580031,
            "stop": 837597769
        },
        {
            "start": 837597770,
            "stop": 837600176
        },
        {
            "start": 837601271,
            "stop": 837601393
        },
        {
            "start": 837602290,
            "stop": 837613937
        },
        {
            "start": 837613939,
            "stop": 837613961
        },
        {
            "start": 837613963,
            "stop": 837626834
        },
        {
            "start": 837626835,
            "stop": 837628273
        },
        {
            "start": 837629815,
            "stop": 837636308
        },
        {
            "start": 837637517,
            "stop": 837641653
        },
        {
            "start": 837642801,
            "stop": 837644023
        },
        {
            "start": 837644921,
            "stop": 837651913
        },
        {
            "start": 837652942,
            "stop": 837653078
        },
        {
            "start": 837653136,
            "stop": 837653893
        },
        {
            "start": 837653894,
            "stop": 837667923
        },
        {
            "start": 837668792,
            "stop": 837696603
        },
        {
            "start": 837696605,
            "stop": 837723724
        },
        {
            "start": 837727091,
            "stop": 837743054
        },
        {
            "start": 837743055,
            "stop": 837743471
        }
    ]
}