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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=215",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 216,
    "results": [
        {
            "start": 1375879695,
            "stop": 1375882212
        },
        {
            "start": 1375882215,
            "stop": 1375885113
        },
        {
            "start": 1375885114,
            "stop": 1375885919
        },
        {
            "start": 1375885920,
            "stop": 1375886656
        },
        {
            "start": 1375886658,
            "stop": 1375887848
        },
        {
            "start": 1375887850,
            "stop": 1375888363
        },
        {
            "start": 1375888364,
            "stop": 1375888579
        },
        {
            "start": 1375888584,
            "stop": 1375890084
        },
        {
            "start": 1375890086,
            "stop": 1375890629
        },
        {
            "start": 1375890634,
            "stop": 1375890652
        },
        {
            "start": 1375890654,
            "stop": 1375892056
        },
        {
            "start": 1375892058,
            "stop": 1375892602
        },
        {
            "start": 1375892605,
            "stop": 1375892721
        },
        {
            "start": 1375892723,
            "stop": 1375895268
        },
        {
            "start": 1375895270,
            "stop": 1375897242
        },
        {
            "start": 1375897244,
            "stop": 1375897447
        },
        {
            "start": 1375897449,
            "stop": 1375897670
        },
        {
            "start": 1375897672,
            "stop": 1375898080
        },
        {
            "start": 1375898082,
            "stop": 1375899177
        },
        {
            "start": 1375899180,
            "stop": 1375899204
        }
    ]
}