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=1791
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=1792",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1790",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1791,
    "results": [
        {
            "start": 1249662127,
            "stop": 1249662130
        },
        {
            "start": 1249662135,
            "stop": 1249662197
        },
        {
            "start": 1249662199,
            "stop": 1249662207
        },
        {
            "start": 1249662209,
            "stop": 1249662247
        },
        {
            "start": 1249662249,
            "stop": 1249662332
        },
        {
            "start": 1249662334,
            "stop": 1249662339
        },
        {
            "start": 1249662342,
            "stop": 1249662348
        },
        {
            "start": 1249662351,
            "stop": 1249662353
        },
        {
            "start": 1249662355,
            "stop": 1249662356
        },
        {
            "start": 1249662358,
            "stop": 1249662453
        },
        {
            "start": 1249662460,
            "stop": 1249662461
        },
        {
            "start": 1249662464,
            "stop": 1249662474
        },
        {
            "start": 1249662477,
            "stop": 1249662488
        },
        {
            "start": 1249662491,
            "stop": 1249662613
        },
        {
            "start": 1249662616,
            "stop": 1249662618
        },
        {
            "start": 1249662622,
            "stop": 1249662626
        },
        {
            "start": 1249662627,
            "stop": 1249662628
        },
        {
            "start": 1249662630,
            "stop": 1249662646
        },
        {
            "start": 1249662648,
            "stop": 1249662711
        },
        {
            "start": 1249662713,
            "stop": 1249662773
        }
    ]
}