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=1767
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=1768",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1766",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1767,
    "results": [
        {
            "start": 1249471007,
            "stop": 1249471197
        },
        {
            "start": 1249471200,
            "stop": 1249471338
        },
        {
            "start": 1249471341,
            "stop": 1249471458
        },
        {
            "start": 1249471461,
            "stop": 1249471475
        },
        {
            "start": 1249471478,
            "stop": 1249472889
        },
        {
            "start": 1249472892,
            "stop": 1249472993
        },
        {
            "start": 1249472996,
            "stop": 1249473207
        },
        {
            "start": 1249473210,
            "stop": 1249473355
        },
        {
            "start": 1249473358,
            "stop": 1249473583
        },
        {
            "start": 1249473586,
            "stop": 1249473837
        },
        {
            "start": 1249473839,
            "stop": 1249474493
        },
        {
            "start": 1249474496,
            "stop": 1249474538
        },
        {
            "start": 1249474541,
            "stop": 1249475397
        },
        {
            "start": 1249475400,
            "stop": 1249475598
        },
        {
            "start": 1249475601,
            "stop": 1249475787
        },
        {
            "start": 1249475790,
            "stop": 1249476117
        },
        {
            "start": 1249476120,
            "stop": 1249476330
        },
        {
            "start": 1249476333,
            "stop": 1249476381
        },
        {
            "start": 1249476384,
            "stop": 1249476752
        },
        {
            "start": 1249476755,
            "stop": 1249476926
        }
    ]
}