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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=157",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 158,
    "results": [
        {
            "start": 1419091590,
            "stop": 1419097298
        },
        {
            "start": 1419097303,
            "stop": 1419106918
        },
        {
            "start": 1419106921,
            "stop": 1419108319
        },
        {
            "start": 1419108324,
            "stop": 1419138728
        },
        {
            "start": 1419138732,
            "stop": 1419138944
        },
        {
            "start": 1419138947,
            "stop": 1419139764
        },
        {
            "start": 1419139768,
            "stop": 1419170508
        },
        {
            "start": 1419170512,
            "stop": 1419171849
        },
        {
            "start": 1419171854,
            "stop": 1419174004
        },
        {
            "start": 1419174009,
            "stop": 1419179546
        },
        {
            "start": 1419179547,
            "stop": 1419181392
        },
        {
            "start": 1419181397,
            "stop": 1419186351
        },
        {
            "start": 1419187055,
            "stop": 1419205630
        },
        {
            "start": 1419205635,
            "stop": 1419212096
        },
        {
            "start": 1419212099,
            "stop": 1419212160
        },
        {
            "start": 1419212165,
            "stop": 1419221514
        },
        {
            "start": 1419221517,
            "stop": 1419230092
        },
        {
            "start": 1419230097,
            "stop": 1419258618
        },
        {
            "start": 1419258623,
            "stop": 1419268369
        },
        {
            "start": 1419268374,
            "stop": 1419268831
        }
    ]
}