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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=79",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 80,
    "results": [
        {
            "start": 1410221979,
            "stop": 1410226314
        },
        {
            "start": 1410226319,
            "stop": 1410230612
        },
        {
            "start": 1410230617,
            "stop": 1410242379
        },
        {
            "start": 1410242384,
            "stop": 1410244213
        },
        {
            "start": 1410251111,
            "stop": 1410280604
        },
        {
            "start": 1410287404,
            "stop": 1410288473
        },
        {
            "start": 1410295388,
            "stop": 1410300357
        },
        {
            "start": 1410300362,
            "stop": 1410300814
        },
        {
            "start": 1410311247,
            "stop": 1410311375
        },
        {
            "start": 1410315687,
            "stop": 1410319689
        },
        {
            "start": 1410319694,
            "stop": 1410327855
        },
        {
            "start": 1410332704,
            "stop": 1410339754
        },
        {
            "start": 1410339759,
            "stop": 1410345958
        },
        {
            "start": 1410349824,
            "stop": 1410358464
        },
        {
            "start": 1410358469,
            "stop": 1410359253
        },
        {
            "start": 1410359258,
            "stop": 1410372583
        },
        {
            "start": 1410372588,
            "stop": 1410372863
        },
        {
            "start": 1410372868,
            "stop": 1410373303
        },
        {
            "start": 1410373307,
            "stop": 1410373879
        },
        {
            "start": 1410375898,
            "stop": 1410376634
        }
    ]
}