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=9932
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=9933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9931",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9932,
    "results": [
        {
            "start": 874802960,
            "stop": 874803133
        },
        {
            "start": 874803136,
            "stop": 874803139
        },
        {
            "start": 874803143,
            "stop": 874803168
        },
        {
            "start": 874803172,
            "stop": 874803242
        },
        {
            "start": 874803245,
            "stop": 874803263
        },
        {
            "start": 874803266,
            "stop": 874803277
        },
        {
            "start": 874803281,
            "stop": 874803285
        },
        {
            "start": 874803288,
            "stop": 874803336
        },
        {
            "start": 874803340,
            "stop": 874803351
        },
        {
            "start": 874803354,
            "stop": 874803812
        },
        {
            "start": 874803820,
            "stop": 874803824
        },
        {
            "start": 874803827,
            "stop": 874803831
        },
        {
            "start": 874803836,
            "stop": 874803848
        },
        {
            "start": 874803851,
            "stop": 874804723
        },
        {
            "start": 874804726,
            "stop": 874804922
        },
        {
            "start": 874804926,
            "stop": 874805245
        },
        {
            "start": 874805423,
            "stop": 874805578
        },
        {
            "start": 874805582,
            "stop": 874806003
        },
        {
            "start": 874806010,
            "stop": 874806691
        },
        {
            "start": 874806694,
            "stop": 874806699
        }
    ]
}