Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=14",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 15,
    "results": [
        {
            "start": 816273176,
            "stop": 816273196
        },
        {
            "start": 816273200,
            "stop": 816273229
        },
        {
            "start": 816273234,
            "stop": 816273243
        },
        {
            "start": 816273275,
            "stop": 816273295
        },
        {
            "start": 816273302,
            "stop": 816273305
        },
        {
            "start": 816273308,
            "stop": 816273317
        },
        {
            "start": 816273324,
            "stop": 816273335
        },
        {
            "start": 816273341,
            "stop": 816273352
        },
        {
            "start": 816273355,
            "stop": 816273356
        },
        {
            "start": 816273365,
            "stop": 816273366
        },
        {
            "start": 816273375,
            "stop": 816273377
        },
        {
            "start": 816273393,
            "stop": 816273395
        },
        {
            "start": 816273400,
            "stop": 816273408
        },
        {
            "start": 816273413,
            "stop": 816273428
        },
        {
            "start": 816273451,
            "stop": 816273461
        },
        {
            "start": 816273484,
            "stop": 816273485
        },
        {
            "start": 816273496,
            "stop": 816273497
        },
        {
            "start": 816273520,
            "stop": 816273523
        },
        {
            "start": 816273526,
            "stop": 816273547
        },
        {
            "start": 816273553,
            "stop": 816273705
        }
    ]
}