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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=87",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 88,
    "results": [
        {
            "start": 821356032,
            "stop": 821356103
        },
        {
            "start": 821356106,
            "stop": 821356133
        },
        {
            "start": 821356136,
            "stop": 821356330
        },
        {
            "start": 821356333,
            "stop": 821356934
        },
        {
            "start": 821356937,
            "stop": 821362773
        },
        {
            "start": 821365735,
            "stop": 821365781
        },
        {
            "start": 821365784,
            "stop": 821365804
        },
        {
            "start": 821365807,
            "stop": 821365817
        },
        {
            "start": 821365820,
            "stop": 821365953
        },
        {
            "start": 821365956,
            "stop": 821366035
        },
        {
            "start": 821366040,
            "stop": 821366104
        },
        {
            "start": 821366107,
            "stop": 821366238
        },
        {
            "start": 821366241,
            "stop": 821366248
        },
        {
            "start": 821366251,
            "stop": 821366276
        },
        {
            "start": 821366279,
            "stop": 821366395
        },
        {
            "start": 821366398,
            "stop": 821366514
        },
        {
            "start": 821366517,
            "stop": 821366949
        },
        {
            "start": 821366952,
            "stop": 821366956
        },
        {
            "start": 821366959,
            "stop": 821367080
        },
        {
            "start": 821367083,
            "stop": 821367142
        }
    ]
}