Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=178",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 179,
    "results": [
        {
            "start": 831627863,
            "stop": 831627906
        },
        {
            "start": 831631705,
            "stop": 831650104
        },
        {
            "start": 831656812,
            "stop": 831657173
        },
        {
            "start": 831659148,
            "stop": 831659820
        },
        {
            "start": 831661874,
            "stop": 831662000
        },
        {
            "start": 831662002,
            "stop": 831662143
        },
        {
            "start": 831664854,
            "stop": 831665073
        },
        {
            "start": 831667393,
            "stop": 831668699
        },
        {
            "start": 831669251,
            "stop": 831669262
        },
        {
            "start": 831669263,
            "stop": 831669294
        },
        {
            "start": 831669296,
            "stop": 831669301
        },
        {
            "start": 831669303,
            "stop": 831669615
        },
        {
            "start": 831670013,
            "stop": 831672193
        },
        {
            "start": 831672195,
            "stop": 831672845
        },
        {
            "start": 831673423,
            "stop": 831674717
        },
        {
            "start": 831674719,
            "stop": 831676996
        },
        {
            "start": 831678061,
            "stop": 831679320
        },
        {
            "start": 831679785,
            "stop": 831680128
        },
        {
            "start": 831680130,
            "stop": 831680162
        },
        {
            "start": 831680164,
            "stop": 831680590
        }
    ]
}