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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=491",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=489",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 490,
    "results": [
        {
            "start": 1184570097,
            "stop": 1184570495
        },
        {
            "start": 1184570500,
            "stop": 1184571111
        },
        {
            "start": 1184571115,
            "stop": 1184571144
        },
        {
            "start": 1184571146,
            "stop": 1184571404
        },
        {
            "start": 1184571406,
            "stop": 1184571435
        },
        {
            "start": 1184571438,
            "stop": 1184571439
        },
        {
            "start": 1184571444,
            "stop": 1184571446
        },
        {
            "start": 1184571448,
            "stop": 1184571486
        },
        {
            "start": 1184571488,
            "stop": 1184571491
        },
        {
            "start": 1184571493,
            "stop": 1184571525
        },
        {
            "start": 1184571527,
            "stop": 1184571690
        },
        {
            "start": 1184571692,
            "stop": 1184571704
        },
        {
            "start": 1184571708,
            "stop": 1184571714
        },
        {
            "start": 1184571716,
            "stop": 1184571826
        },
        {
            "start": 1184571828,
            "stop": 1184571984
        },
        {
            "start": 1184571987,
            "stop": 1184571989
        },
        {
            "start": 1184571991,
            "stop": 1184572189
        },
        {
            "start": 1184572191,
            "stop": 1184572529
        },
        {
            "start": 1184572533,
            "stop": 1184572535
        },
        {
            "start": 1184572537,
            "stop": 1184572541
        }
    ]
}