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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 149,
    "results": [
        {
            "start": 1239740727,
            "stop": 1239741276
        },
        {
            "start": 1239741277,
            "stop": 1239741304
        },
        {
            "start": 1239741307,
            "stop": 1239741519
        },
        {
            "start": 1239741521,
            "stop": 1239741628
        },
        {
            "start": 1239741629,
            "stop": 1239741630
        },
        {
            "start": 1239741631,
            "stop": 1239741667
        },
        {
            "start": 1239741668,
            "stop": 1239741798
        },
        {
            "start": 1239741800,
            "stop": 1239741854
        },
        {
            "start": 1239741855,
            "stop": 1239741947
        },
        {
            "start": 1239741948,
            "stop": 1239741950
        },
        {
            "start": 1239741952,
            "stop": 1239742162
        },
        {
            "start": 1239742163,
            "stop": 1239742216
        },
        {
            "start": 1239742217,
            "stop": 1239742218
        },
        {
            "start": 1239742219,
            "stop": 1239742358
        },
        {
            "start": 1239742361,
            "stop": 1239742372
        },
        {
            "start": 1239742373,
            "stop": 1239742697
        },
        {
            "start": 1239742698,
            "stop": 1239743190
        },
        {
            "start": 1239743191,
            "stop": 1239743452
        },
        {
            "start": 1239743453,
            "stop": 1239743891
        },
        {
            "start": 1239743892,
            "stop": 1239743998
        }
    ]
}