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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=131",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 132,
    "results": [
        {
            "start": 827254382,
            "stop": 827256881
        },
        {
            "start": 827256883,
            "stop": 827256884
        },
        {
            "start": 827256886,
            "stop": 827256888
        },
        {
            "start": 827256889,
            "stop": 827256911
        },
        {
            "start": 827256913,
            "stop": 827256961
        },
        {
            "start": 827256963,
            "stop": 827256964
        },
        {
            "start": 827256967,
            "stop": 827259316
        },
        {
            "start": 827259383,
            "stop": 827260195
        },
        {
            "start": 827266136,
            "stop": 827267525
        },
        {
            "start": 827267527,
            "stop": 827277805
        },
        {
            "start": 827278004,
            "stop": 827278312
        },
        {
            "start": 827279737,
            "stop": 827292956
        },
        {
            "start": 827295479,
            "stop": 827311272
        },
        {
            "start": 827314692,
            "stop": 827316079
        },
        {
            "start": 827317060,
            "stop": 827320000
        },
        {
            "start": 827320453,
            "stop": 827326025
        },
        {
            "start": 827327040,
            "stop": 827332109
        },
        {
            "start": 827332179,
            "stop": 827334789
        },
        {
            "start": 827334995,
            "stop": 827339623
        },
        {
            "start": 827339667,
            "stop": 827346305
        }
    ]
}