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=9951
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=9952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9950",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9951,
    "results": [
        {
            "start": 875006574,
            "stop": 875006579
        },
        {
            "start": 875006583,
            "stop": 875006875
        },
        {
            "start": 875006880,
            "stop": 875007004
        },
        {
            "start": 875007007,
            "stop": 875007035
        },
        {
            "start": 875007038,
            "stop": 875007041
        },
        {
            "start": 875007045,
            "stop": 875007052
        },
        {
            "start": 875007056,
            "stop": 875007132
        },
        {
            "start": 875007135,
            "stop": 875007147
        },
        {
            "start": 875007152,
            "stop": 875007193
        },
        {
            "start": 875007198,
            "stop": 875007245
        },
        {
            "start": 875007250,
            "stop": 875007254
        },
        {
            "start": 875007257,
            "stop": 875007258
        },
        {
            "start": 875007261,
            "stop": 875007308
        },
        {
            "start": 875007313,
            "stop": 875007336
        },
        {
            "start": 875007339,
            "stop": 875007341
        },
        {
            "start": 875007344,
            "stop": 875007369
        },
        {
            "start": 875007372,
            "stop": 875007399
        },
        {
            "start": 875007402,
            "stop": 875007404
        },
        {
            "start": 875007407,
            "stop": 875007498
        },
        {
            "start": 875007501,
            "stop": 875007748
        }
    ]
}