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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=87",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 88,
    "results": [
        {
            "start": 1406432260,
            "stop": 1406438458
        },
        {
            "start": 1406438462,
            "stop": 1406440387
        },
        {
            "start": 1406440392,
            "stop": 1406441148
        },
        {
            "start": 1406441153,
            "stop": 1406443876
        },
        {
            "start": 1406443879,
            "stop": 1406457820
        },
        {
            "start": 1406457825,
            "stop": 1406470795
        },
        {
            "start": 1406470800,
            "stop": 1406472394
        },
        {
            "start": 1406504078,
            "stop": 1406512240
        },
        {
            "start": 1406512243,
            "stop": 1406525053
        },
        {
            "start": 1406525055,
            "stop": 1406526570
        },
        {
            "start": 1406526575,
            "stop": 1406537715
        },
        {
            "start": 1406537720,
            "stop": 1406539554
        },
        {
            "start": 1406539558,
            "stop": 1406541479
        },
        {
            "start": 1406541482,
            "stop": 1406543525
        },
        {
            "start": 1406558398,
            "stop": 1406559618
        },
        {
            "start": 1406589154,
            "stop": 1406606418
        },
        {
            "start": 1406606420,
            "stop": 1406612792
        },
        {
            "start": 1406612795,
            "stop": 1406634958
        },
        {
            "start": 1406634959,
            "stop": 1406656356
        },
        {
            "start": 1406656358,
            "stop": 1406668140
        }
    ]
}