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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=182",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 183,
    "results": [
        {
            "start": 840457574,
            "stop": 840457576
        },
        {
            "start": 840457861,
            "stop": 840462493
        },
        {
            "start": 840465742,
            "stop": 840465913
        },
        {
            "start": 840465950,
            "stop": 840465952
        },
        {
            "start": 840466225,
            "stop": 840466633
        },
        {
            "start": 840466670,
            "stop": 840466671
        },
        {
            "start": 840467925,
            "stop": 840469390
        },
        {
            "start": 840469411,
            "stop": 840470113
        },
        {
            "start": 840470164,
            "stop": 840470165
        },
        {
            "start": 840470248,
            "stop": 840470773
        },
        {
            "start": 840470778,
            "stop": 840470779
        },
        {
            "start": 840470845,
            "stop": 840476773
        },
        {
            "start": 840476945,
            "stop": 840477553
        },
        {
            "start": 840477601,
            "stop": 840477603
        },
        {
            "start": 840477777,
            "stop": 840478273
        },
        {
            "start": 840478284,
            "stop": 840478285
        },
        {
            "start": 840478343,
            "stop": 840478393
        },
        {
            "start": 840478442,
            "stop": 840478444
        },
        {
            "start": 840478655,
            "stop": 840478993
        },
        {
            "start": 840479017,
            "stop": 840479018
        }
    ]
}