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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=41",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 42,
    "results": [
        {
            "start": 931188044,
            "stop": 931188054
        },
        {
            "start": 931188055,
            "stop": 931188153
        },
        {
            "start": 931188158,
            "stop": 931188164
        },
        {
            "start": 931188166,
            "stop": 931188167
        },
        {
            "start": 931188173,
            "stop": 931188197
        },
        {
            "start": 931188199,
            "stop": 931188200
        },
        {
            "start": 931188202,
            "stop": 931188211
        },
        {
            "start": 931188213,
            "stop": 931188217
        },
        {
            "start": 931188219,
            "stop": 931188260
        },
        {
            "start": 931188262,
            "stop": 931188277
        },
        {
            "start": 931188279,
            "stop": 931188286
        },
        {
            "start": 931188287,
            "stop": 931188315
        },
        {
            "start": 931188318,
            "stop": 931188339
        },
        {
            "start": 931188344,
            "stop": 931188376
        },
        {
            "start": 931188377,
            "stop": 931188395
        },
        {
            "start": 931188396,
            "stop": 931188403
        },
        {
            "start": 931188406,
            "stop": 931188426
        },
        {
            "start": 931188428,
            "stop": 931188429
        },
        {
            "start": 931188430,
            "stop": 931188490
        },
        {
            "start": 931188492,
            "stop": 931188498
        }
    ]
}