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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 149,
    "results": [
        {
            "start": 818053283,
            "stop": 818053293
        },
        {
            "start": 818053296,
            "stop": 818053300
        },
        {
            "start": 818053303,
            "stop": 818053316
        },
        {
            "start": 818053319,
            "stop": 818053328
        },
        {
            "start": 818053331,
            "stop": 818053340
        },
        {
            "start": 818053349,
            "stop": 818053358
        },
        {
            "start": 818053361,
            "stop": 818053362
        },
        {
            "start": 818053365,
            "stop": 818053372
        },
        {
            "start": 818053376,
            "stop": 818053378
        },
        {
            "start": 818053500,
            "stop": 818053502
        },
        {
            "start": 818053506,
            "stop": 818053513
        },
        {
            "start": 818053516,
            "stop": 818053517
        },
        {
            "start": 818053520,
            "stop": 818053525
        },
        {
            "start": 818053529,
            "stop": 818053531
        },
        {
            "start": 818053534,
            "stop": 818053548
        },
        {
            "start": 818053551,
            "stop": 818053565
        },
        {
            "start": 818053568,
            "stop": 818053581
        },
        {
            "start": 818053584,
            "stop": 818053589
        },
        {
            "start": 818053596,
            "stop": 818053599
        },
        {
            "start": 818053606,
            "stop": 818053611
        }
    ]
}