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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=168",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 169,
    "results": [
        {
            "start": 818067396,
            "stop": 818067402
        },
        {
            "start": 818067405,
            "stop": 818067407
        },
        {
            "start": 818067410,
            "stop": 818067418
        },
        {
            "start": 818067486,
            "stop": 818067488
        },
        {
            "start": 818067491,
            "stop": 818067493
        },
        {
            "start": 818067496,
            "stop": 818067499
        },
        {
            "start": 818067504,
            "stop": 818067510
        },
        {
            "start": 818067513,
            "stop": 818067526
        },
        {
            "start": 818067529,
            "stop": 818067533
        },
        {
            "start": 818067536,
            "stop": 818067538
        },
        {
            "start": 818067600,
            "stop": 818067601
        },
        {
            "start": 818067605,
            "stop": 818067608
        },
        {
            "start": 818067611,
            "stop": 818067628
        },
        {
            "start": 818067631,
            "stop": 818067638
        },
        {
            "start": 818067644,
            "stop": 818067646
        },
        {
            "start": 818067650,
            "stop": 818067659
        },
        {
            "start": 818067720,
            "stop": 818067725
        },
        {
            "start": 818067735,
            "stop": 818067737
        },
        {
            "start": 818067740,
            "stop": 818067746
        },
        {
            "start": 818067749,
            "stop": 818067757
        }
    ]
}