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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1661",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1659",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1660,
    "results": [
        {
            "start": 1248373600,
            "stop": 1248373601
        },
        {
            "start": 1248373604,
            "stop": 1248373636
        },
        {
            "start": 1248373637,
            "stop": 1248373640
        },
        {
            "start": 1248373643,
            "stop": 1248373648
        },
        {
            "start": 1248373652,
            "stop": 1248373654
        },
        {
            "start": 1248373655,
            "stop": 1248373656
        },
        {
            "start": 1248373657,
            "stop": 1248373659
        },
        {
            "start": 1248373670,
            "stop": 1248373671
        },
        {
            "start": 1248373673,
            "stop": 1248373683
        },
        {
            "start": 1248373691,
            "stop": 1248376628
        },
        {
            "start": 1248376631,
            "stop": 1248379288
        },
        {
            "start": 1248379291,
            "stop": 1248379470
        },
        {
            "start": 1248379473,
            "stop": 1248380629
        },
        {
            "start": 1248380631,
            "stop": 1248380884
        },
        {
            "start": 1248380887,
            "stop": 1248383801
        },
        {
            "start": 1248383804,
            "stop": 1248385565
        },
        {
            "start": 1248385573,
            "stop": 1248386125
        },
        {
            "start": 1248386128,
            "stop": 1248387769
        },
        {
            "start": 1248387772,
            "stop": 1248387897
        },
        {
            "start": 1248387900,
            "stop": 1248388481
        }
    ]
}