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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1042",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1040",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1041,
    "results": [
        {
            "start": 874490482,
            "stop": 874490962
        },
        {
            "start": 874490992,
            "stop": 874491442
        },
        {
            "start": 874491472,
            "stop": 874491592
        },
        {
            "start": 874491622,
            "stop": 874491742
        },
        {
            "start": 874491772,
            "stop": 874494172
        },
        {
            "start": 874494313,
            "stop": 874497733
        },
        {
            "start": 874497896,
            "stop": 874501376
        },
        {
            "start": 874503222,
            "stop": 874505022
        },
        {
            "start": 874505172,
            "stop": 874505412
        },
        {
            "start": 874505564,
            "stop": 874508744
        },
        {
            "start": 874508876,
            "stop": 874509296
        },
        {
            "start": 874509434,
            "stop": 874510244
        },
        {
            "start": 874510274,
            "stop": 874513994
        },
        {
            "start": 874515115,
            "stop": 874516255
        },
        {
            "start": 874521960,
            "stop": 874524720
        },
        {
            "start": 874525438,
            "stop": 874526218
        },
        {
            "start": 874529384,
            "stop": 874530104
        },
        {
            "start": 874535701,
            "stop": 874536181
        },
        {
            "start": 874538191,
            "stop": 874538671
        },
        {
            "start": 874538804,
            "stop": 874539464
        }
    ]
}