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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=561",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=559",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 560,
    "results": [
        {
            "start": 873323126,
            "stop": 873323972
        },
        {
            "start": 873324004,
            "stop": 873326575
        },
        {
            "start": 873330311,
            "stop": 873330670
        },
        {
            "start": 873330711,
            "stop": 873363303
        },
        {
            "start": 873364508,
            "stop": 873383892
        },
        {
            "start": 873384974,
            "stop": 873385745
        },
        {
            "start": 873386164,
            "stop": 873387131
        },
        {
            "start": 873387377,
            "stop": 873390377
        },
        {
            "start": 873393528,
            "stop": 873393529
        },
        {
            "start": 873393919,
            "stop": 873397145
        },
        {
            "start": 873397287,
            "stop": 873398234
        },
        {
            "start": 873398402,
            "stop": 873414391
        },
        {
            "start": 873414513,
            "stop": 873419698
        },
        {
            "start": 873421565,
            "stop": 873424521
        },
        {
            "start": 873439190,
            "stop": 873440218
        },
        {
            "start": 873440220,
            "stop": 873446700
        },
        {
            "start": 873448661,
            "stop": 873453081
        },
        {
            "start": 873453083,
            "stop": 873460217
        },
        {
            "start": 873460219,
            "stop": 873460233
        },
        {
            "start": 873460699,
            "stop": 873460876
        }
    ]
}