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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=367",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 368,
    "results": [
        {
            "start": 1387273415,
            "stop": 1387273545
        },
        {
            "start": 1387280864,
            "stop": 1387280991
        },
        {
            "start": 1387280995,
            "stop": 1387299531
        },
        {
            "start": 1387299535,
            "stop": 1387302292
        },
        {
            "start": 1387302295,
            "stop": 1387305357
        },
        {
            "start": 1387305362,
            "stop": 1387305598
        },
        {
            "start": 1387311423,
            "stop": 1387311431
        },
        {
            "start": 1387311433,
            "stop": 1387319873
        },
        {
            "start": 1387319877,
            "stop": 1387362148
        },
        {
            "start": 1387362152,
            "stop": 1387367040
        },
        {
            "start": 1387367043,
            "stop": 1387372689
        },
        {
            "start": 1387372693,
            "stop": 1387379630
        },
        {
            "start": 1387379635,
            "stop": 1387386499
        },
        {
            "start": 1387388952,
            "stop": 1387391468
        },
        {
            "start": 1387400353,
            "stop": 1387412093
        },
        {
            "start": 1387412097,
            "stop": 1387413514
        },
        {
            "start": 1387417818,
            "stop": 1387422236
        },
        {
            "start": 1387427187,
            "stop": 1387443380
        },
        {
            "start": 1387443385,
            "stop": 1387448605
        },
        {
            "start": 1387448609,
            "stop": 1387464307
        }
    ]
}