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=1643
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=1644",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1642",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1643,
    "results": [
        {
            "start": 1247832122,
            "stop": 1247832141
        },
        {
            "start": 1247832145,
            "stop": 1247832150
        },
        {
            "start": 1247832164,
            "stop": 1247832194
        },
        {
            "start": 1247832195,
            "stop": 1247832200
        },
        {
            "start": 1247832201,
            "stop": 1247832260
        },
        {
            "start": 1247832265,
            "stop": 1247832266
        },
        {
            "start": 1247832267,
            "stop": 1247832321
        },
        {
            "start": 1247832322,
            "stop": 1247832337
        },
        {
            "start": 1247832340,
            "stop": 1247832345
        },
        {
            "start": 1247832351,
            "stop": 1247832356
        },
        {
            "start": 1247832359,
            "stop": 1247832388
        },
        {
            "start": 1247832392,
            "stop": 1247832393
        },
        {
            "start": 1247832400,
            "stop": 1247832945
        },
        {
            "start": 1247832947,
            "stop": 1247833459
        },
        {
            "start": 1247833461,
            "stop": 1247834211
        },
        {
            "start": 1247834214,
            "stop": 1247835522
        },
        {
            "start": 1247835525,
            "stop": 1247837731
        },
        {
            "start": 1247837733,
            "stop": 1247837756
        },
        {
            "start": 1247866436,
            "stop": 1247867064
        },
        {
            "start": 1247867067,
            "stop": 1247867137
        }
    ]
}