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_H1L1/segments?format=api&page=79
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_H1L1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=78",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 79,
    "results": [
        {
            "start": 819982513,
            "stop": 819982813
        },
        {
            "start": 819983221,
            "stop": 819983821
        },
        {
            "start": 820027547,
            "stop": 820027607
        },
        {
            "start": 820027914,
            "stop": 820028154
        },
        {
            "start": 820028564,
            "stop": 820029104
        },
        {
            "start": 820030253,
            "stop": 820030313
        },
        {
            "start": 820030920,
            "stop": 820030980
        },
        {
            "start": 820031137,
            "stop": 820031197
        },
        {
            "start": 820031359,
            "stop": 820031719
        },
        {
            "start": 820032314,
            "stop": 820032374
        },
        {
            "start": 820032687,
            "stop": 820032747
        },
        {
            "start": 820033797,
            "stop": 820033857
        },
        {
            "start": 820034239,
            "stop": 820034299
        },
        {
            "start": 820034594,
            "stop": 820034894
        },
        {
            "start": 820035592,
            "stop": 820036012
        },
        {
            "start": 820036403,
            "stop": 820036823
        },
        {
            "start": 820037055,
            "stop": 820038675
        },
        {
            "start": 820038859,
            "stop": 820039819
        },
        {
            "start": 820040017,
            "stop": 820040077
        },
        {
            "start": 820040651,
            "stop": 820041131
        }
    ]
}