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=994
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=995",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=993",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 994,
    "results": [
        {
            "start": 873003654,
            "stop": 873004194
        },
        {
            "start": 873004474,
            "stop": 873004654
        },
        {
            "start": 873004953,
            "stop": 873005673
        },
        {
            "start": 873005904,
            "stop": 873006084
        },
        {
            "start": 873006524,
            "stop": 873006644
        },
        {
            "start": 873007054,
            "stop": 873007234
        },
        {
            "start": 873007875,
            "stop": 873007935
        },
        {
            "start": 873008182,
            "stop": 873008722
        },
        {
            "start": 873008946,
            "stop": 873009066
        },
        {
            "start": 873009922,
            "stop": 873010102
        },
        {
            "start": 873010265,
            "stop": 873010505
        },
        {
            "start": 873010665,
            "stop": 873010725
        },
        {
            "start": 873010968,
            "stop": 873011028
        },
        {
            "start": 873011202,
            "stop": 873011982
        },
        {
            "start": 873013501,
            "stop": 873013561
        },
        {
            "start": 873013712,
            "stop": 873014012
        },
        {
            "start": 873014181,
            "stop": 873014421
        },
        {
            "start": 873014579,
            "stop": 873014939
        },
        {
            "start": 873015112,
            "stop": 873015232
        },
        {
            "start": 873015684,
            "stop": 873015864
        }
    ]
}