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=1030
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=1031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1029",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1030,
    "results": [
        {
            "start": 874161414,
            "stop": 874162074
        },
        {
            "start": 874162259,
            "stop": 874162679
        },
        {
            "start": 874185097,
            "stop": 874185337
        },
        {
            "start": 874188472,
            "stop": 874189012
        },
        {
            "start": 874190187,
            "stop": 874190307
        },
        {
            "start": 874190455,
            "stop": 874190935
        },
        {
            "start": 874191169,
            "stop": 874191649
        },
        {
            "start": 874191957,
            "stop": 874192497
        },
        {
            "start": 874192629,
            "stop": 874192809
        },
        {
            "start": 874192943,
            "stop": 874193243
        },
        {
            "start": 874194514,
            "stop": 874195474
        },
        {
            "start": 874195683,
            "stop": 874199553
        },
        {
            "start": 874199583,
            "stop": 874199733
        },
        {
            "start": 874199763,
            "stop": 874201863
        },
        {
            "start": 874202025,
            "stop": 874202325
        },
        {
            "start": 874202355,
            "stop": 874202655
        },
        {
            "start": 874202685,
            "stop": 874202805
        },
        {
            "start": 874202835,
            "stop": 874202985
        },
        {
            "start": 874203015,
            "stop": 874203315
        },
        {
            "start": 874203494,
            "stop": 874204034
        }
    ]
}