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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1831",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1829",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1830,
    "results": [
        {
            "start": 1250338531,
            "stop": 1250338540
        },
        {
            "start": 1250338541,
            "stop": 1250338544
        },
        {
            "start": 1250338546,
            "stop": 1250338602
        },
        {
            "start": 1250338604,
            "stop": 1250338606
        },
        {
            "start": 1250338608,
            "stop": 1250338625
        },
        {
            "start": 1250338626,
            "stop": 1250338643
        },
        {
            "start": 1250338644,
            "stop": 1250338648
        },
        {
            "start": 1250338651,
            "stop": 1250338652
        },
        {
            "start": 1250338654,
            "stop": 1250338658
        },
        {
            "start": 1250338663,
            "stop": 1250338700
        },
        {
            "start": 1250338702,
            "stop": 1250339283
        },
        {
            "start": 1250339286,
            "stop": 1250339300
        },
        {
            "start": 1250339303,
            "stop": 1250339821
        },
        {
            "start": 1250339822,
            "stop": 1250339834
        },
        {
            "start": 1250339837,
            "stop": 1250339856
        },
        {
            "start": 1250339857,
            "stop": 1250340448
        },
        {
            "start": 1250340449,
            "stop": 1250340456
        },
        {
            "start": 1250340458,
            "stop": 1250340702
        },
        {
            "start": 1250340705,
            "stop": 1250340726
        },
        {
            "start": 1250340729,
            "stop": 1250340785
        }
    ]
}