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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=117",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 118,
    "results": [
        {
            "start": 1411198376,
            "stop": 1411218905
        },
        {
            "start": 1411218907,
            "stop": 1411221618
        },
        {
            "start": 1411240282,
            "stop": 1411248613
        },
        {
            "start": 1411248617,
            "stop": 1411266316
        },
        {
            "start": 1411266320,
            "stop": 1411272339
        },
        {
            "start": 1411272342,
            "stop": 1411282717
        },
        {
            "start": 1411291667,
            "stop": 1411292032
        },
        {
            "start": 1411306599,
            "stop": 1411308433
        },
        {
            "start": 1411308436,
            "stop": 1411311896
        },
        {
            "start": 1411311901,
            "stop": 1411325409
        },
        {
            "start": 1411325414,
            "stop": 1411330966
        },
        {
            "start": 1411330971,
            "stop": 1411340505
        },
        {
            "start": 1411340507,
            "stop": 1411345803
        },
        {
            "start": 1411345807,
            "stop": 1411359318
        },
        {
            "start": 1411359320,
            "stop": 1411360451
        },
        {
            "start": 1411360454,
            "stop": 1411364792
        },
        {
            "start": 1411364796,
            "stop": 1411365121
        },
        {
            "start": 1411367970,
            "stop": 1411398301
        },
        {
            "start": 1411398303,
            "stop": 1411398567
        },
        {
            "start": 1411398568,
            "stop": 1411399222
        }
    ]
}