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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=5",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 6,
    "results": [
        {
            "start": 1397253975,
            "stop": 1397257764
        },
        {
            "start": 1397257769,
            "stop": 1397259840
        },
        {
            "start": 1397259842,
            "stop": 1397264239
        },
        {
            "start": 1397264244,
            "stop": 1397269442
        },
        {
            "start": 1397269445,
            "stop": 1397271834
        },
        {
            "start": 1397271837,
            "stop": 1397281038
        },
        {
            "start": 1397293536,
            "stop": 1397305926
        },
        {
            "start": 1397307904,
            "stop": 1397311581
        },
        {
            "start": 1397329715,
            "stop": 1397332826
        },
        {
            "start": 1397332830,
            "stop": 1397350750
        },
        {
            "start": 1397350754,
            "stop": 1397351465
        },
        {
            "start": 1397351470,
            "stop": 1397352125
        },
        {
            "start": 1397352128,
            "stop": 1397354438
        },
        {
            "start": 1397357260,
            "stop": 1397359997
        },
        {
            "start": 1397360000,
            "stop": 1397365342
        },
        {
            "start": 1397365348,
            "stop": 1397370691
        },
        {
            "start": 1397370696,
            "stop": 1397377524
        },
        {
            "start": 1397377529,
            "stop": 1397383116
        },
        {
            "start": 1397383118,
            "stop": 1397391177
        },
        {
            "start": 1397393551,
            "stop": 1397394142
        }
    ]
}