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=1919
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=1920",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1918",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1919,
    "results": [
        {
            "start": 1252018242,
            "stop": 1252020537
        },
        {
            "start": 1252020544,
            "stop": 1252022390
        },
        {
            "start": 1252022392,
            "stop": 1252022393
        },
        {
            "start": 1252022395,
            "stop": 1252022518
        },
        {
            "start": 1252022519,
            "stop": 1252022546
        },
        {
            "start": 1252022548,
            "stop": 1252022670
        },
        {
            "start": 1252022672,
            "stop": 1252022719
        },
        {
            "start": 1252022723,
            "stop": 1252022725
        },
        {
            "start": 1252022730,
            "stop": 1252022731
        },
        {
            "start": 1252022735,
            "stop": 1252023303
        },
        {
            "start": 1252023306,
            "stop": 1252023432
        },
        {
            "start": 1252023435,
            "stop": 1252023722
        },
        {
            "start": 1252023725,
            "stop": 1252024604
        },
        {
            "start": 1252024607,
            "stop": 1252027330
        },
        {
            "start": 1252027333,
            "stop": 1252028567
        },
        {
            "start": 1252028570,
            "stop": 1252028686
        },
        {
            "start": 1252028689,
            "stop": 1252029677
        },
        {
            "start": 1252029680,
            "stop": 1252033728
        },
        {
            "start": 1252033731,
            "stop": 1252036921
        },
        {
            "start": 1252036929,
            "stop": 1252038021
        }
    ]
}