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=1885
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=1886",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1884",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1885,
    "results": [
        {
            "start": 1251191404,
            "stop": 1251191405
        },
        {
            "start": 1251191422,
            "stop": 1251191439
        },
        {
            "start": 1251191441,
            "stop": 1251191448
        },
        {
            "start": 1251191450,
            "stop": 1251191452
        },
        {
            "start": 1251191453,
            "stop": 1251191455
        },
        {
            "start": 1251191463,
            "stop": 1251191468
        },
        {
            "start": 1251191469,
            "stop": 1251191512
        },
        {
            "start": 1251191518,
            "stop": 1251191559
        },
        {
            "start": 1251191560,
            "stop": 1251191564
        },
        {
            "start": 1251191565,
            "stop": 1251191572
        },
        {
            "start": 1251191573,
            "stop": 1251191576
        },
        {
            "start": 1251191578,
            "stop": 1251191677
        },
        {
            "start": 1251191679,
            "stop": 1251191696
        },
        {
            "start": 1251191697,
            "stop": 1251191701
        },
        {
            "start": 1251191704,
            "stop": 1251191737
        },
        {
            "start": 1251191739,
            "stop": 1251191771
        },
        {
            "start": 1251191773,
            "stop": 1251191774
        },
        {
            "start": 1251191777,
            "stop": 1251192196
        },
        {
            "start": 1251192199,
            "stop": 1251192320
        },
        {
            "start": 1251192323,
            "stop": 1251192778
        }
    ]
}