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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=610",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=608",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 609,
    "results": [
        {
            "start": 1262936671,
            "stop": 1262936704
        },
        {
            "start": 1262936707,
            "stop": 1262936730
        },
        {
            "start": 1262936733,
            "stop": 1262936756
        },
        {
            "start": 1262936759,
            "stop": 1262936840
        },
        {
            "start": 1262936843,
            "stop": 1262936944
        },
        {
            "start": 1262936947,
            "stop": 1262936988
        },
        {
            "start": 1262936991,
            "stop": 1262937010
        },
        {
            "start": 1262937013,
            "stop": 1262937565
        },
        {
            "start": 1262937568,
            "stop": 1262937793
        },
        {
            "start": 1262937796,
            "stop": 1262937969
        },
        {
            "start": 1262937972,
            "stop": 1262938615
        },
        {
            "start": 1262938618,
            "stop": 1262938621
        },
        {
            "start": 1262938624,
            "stop": 1262938650
        },
        {
            "start": 1262938653,
            "stop": 1262938661
        },
        {
            "start": 1262938664,
            "stop": 1262938676
        },
        {
            "start": 1262938679,
            "stop": 1262938680
        },
        {
            "start": 1262938682,
            "stop": 1262938685
        },
        {
            "start": 1262938688,
            "stop": 1262938695
        },
        {
            "start": 1262938701,
            "stop": 1262938712
        },
        {
            "start": 1262938715,
            "stop": 1262938735
        }
    ]
}