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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=243",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 244,
    "results": [
        {
            "start": 931677239,
            "stop": 931677240
        },
        {
            "start": 931677243,
            "stop": 931677254
        },
        {
            "start": 931677257,
            "stop": 931677259
        },
        {
            "start": 931677265,
            "stop": 931677266
        },
        {
            "start": 931677269,
            "stop": 931677276
        },
        {
            "start": 931677279,
            "stop": 931677289
        },
        {
            "start": 931677294,
            "stop": 931677308
        },
        {
            "start": 931677314,
            "stop": 931677316
        },
        {
            "start": 931677322,
            "stop": 931677327
        },
        {
            "start": 931677329,
            "stop": 931677333
        },
        {
            "start": 931677336,
            "stop": 931677341
        },
        {
            "start": 931677344,
            "stop": 931677352
        },
        {
            "start": 931677356,
            "stop": 931677368
        },
        {
            "start": 931677371,
            "stop": 931677384
        },
        {
            "start": 931677387,
            "stop": 931677391
        },
        {
            "start": 931677394,
            "stop": 931677395
        },
        {
            "start": 931677404,
            "stop": 931677410
        },
        {
            "start": 931677418,
            "stop": 931677425
        },
        {
            "start": 931677428,
            "stop": 931677433
        },
        {
            "start": 931677436,
            "stop": 931677444
        }
    ]
}