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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5235",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5233",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5234,
    "results": [
        {
            "start": 1137053365,
            "stop": 1137053398
        },
        {
            "start": 1137053400,
            "stop": 1137053409
        },
        {
            "start": 1137053411,
            "stop": 1137053565
        },
        {
            "start": 1137053569,
            "stop": 1137053623
        },
        {
            "start": 1137053625,
            "stop": 1137053685
        },
        {
            "start": 1137053687,
            "stop": 1137053698
        },
        {
            "start": 1137053700,
            "stop": 1137053712
        },
        {
            "start": 1137053714,
            "stop": 1137053715
        },
        {
            "start": 1137053717,
            "stop": 1137053738
        },
        {
            "start": 1137053739,
            "stop": 1137053789
        },
        {
            "start": 1137053791,
            "stop": 1137053792
        },
        {
            "start": 1137053794,
            "stop": 1137053824
        },
        {
            "start": 1137053825,
            "stop": 1137053828
        },
        {
            "start": 1137053833,
            "stop": 1137053846
        },
        {
            "start": 1137053847,
            "stop": 1137053871
        },
        {
            "start": 1137053872,
            "stop": 1137053883
        },
        {
            "start": 1137053886,
            "stop": 1137054009
        },
        {
            "start": 1137054010,
            "stop": 1137054011
        },
        {
            "start": 1137054013,
            "stop": 1137054022
        },
        {
            "start": 1137054024,
            "stop": 1137054030
        }
    ]
}