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=1773
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=1774",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1772",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1773,
    "results": [
        {
            "start": 1249517139,
            "stop": 1249517194
        },
        {
            "start": 1249517196,
            "stop": 1249517508
        },
        {
            "start": 1249517511,
            "stop": 1249517534
        },
        {
            "start": 1249517537,
            "stop": 1249518742
        },
        {
            "start": 1249518745,
            "stop": 1249518795
        },
        {
            "start": 1249518798,
            "stop": 1249519002
        },
        {
            "start": 1249519005,
            "stop": 1249519238
        },
        {
            "start": 1249519240,
            "stop": 1249519838
        },
        {
            "start": 1249519841,
            "stop": 1249520522
        },
        {
            "start": 1249520525,
            "stop": 1249520645
        },
        {
            "start": 1249520648,
            "stop": 1249520718
        },
        {
            "start": 1249520721,
            "stop": 1249520976
        },
        {
            "start": 1249520979,
            "stop": 1249520995
        },
        {
            "start": 1249520998,
            "stop": 1249521075
        },
        {
            "start": 1249521078,
            "stop": 1249521151
        },
        {
            "start": 1249521154,
            "stop": 1249521316
        },
        {
            "start": 1249521318,
            "stop": 1249521420
        },
        {
            "start": 1249521423,
            "stop": 1249521581
        },
        {
            "start": 1249521584,
            "stop": 1249521657
        },
        {
            "start": 1249521660,
            "stop": 1249521929
        }
    ]
}