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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=141",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 142,
    "results": [
        {
            "start": 818075638,
            "stop": 818075645
        },
        {
            "start": 818075651,
            "stop": 818075652
        },
        {
            "start": 818075658,
            "stop": 818075659
        },
        {
            "start": 818075668,
            "stop": 818075672
        },
        {
            "start": 818075677,
            "stop": 818075680
        },
        {
            "start": 818075683,
            "stop": 818075685
        },
        {
            "start": 818075688,
            "stop": 818075690
        },
        {
            "start": 818075696,
            "stop": 818075705
        },
        {
            "start": 818075712,
            "stop": 818075713
        },
        {
            "start": 818075720,
            "stop": 818075722
        },
        {
            "start": 818075726,
            "stop": 818075730
        },
        {
            "start": 818075739,
            "stop": 818075741
        },
        {
            "start": 818075744,
            "stop": 818075752
        },
        {
            "start": 818075755,
            "stop": 818075757
        },
        {
            "start": 818075760,
            "stop": 818075769
        },
        {
            "start": 818075773,
            "stop": 818075777
        },
        {
            "start": 818075780,
            "stop": 818075783
        },
        {
            "start": 818075789,
            "stop": 818075792
        },
        {
            "start": 818075802,
            "stop": 818075816
        },
        {
            "start": 818075820,
            "stop": 818075822
        }
    ]
}