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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5236",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5234",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5235,
    "results": [
        {
            "start": 1137054032,
            "stop": 1137054158
        },
        {
            "start": 1137054160,
            "stop": 1137054205
        },
        {
            "start": 1137054207,
            "stop": 1137054209
        },
        {
            "start": 1137054211,
            "stop": 1137054242
        },
        {
            "start": 1137054244,
            "stop": 1137054339
        },
        {
            "start": 1137054341,
            "stop": 1137054342
        },
        {
            "start": 1137054346,
            "stop": 1137054373
        },
        {
            "start": 1137054375,
            "stop": 1137054424
        },
        {
            "start": 1137054426,
            "stop": 1137054456
        },
        {
            "start": 1137054458,
            "stop": 1137054461
        },
        {
            "start": 1137054463,
            "stop": 1137054489
        },
        {
            "start": 1137054490,
            "stop": 1137054493
        },
        {
            "start": 1137054495,
            "stop": 1137054548
        },
        {
            "start": 1137054550,
            "stop": 1137054569
        },
        {
            "start": 1137054571,
            "stop": 1137054587
        },
        {
            "start": 1137054588,
            "stop": 1137054612
        },
        {
            "start": 1137054613,
            "stop": 1137054648
        },
        {
            "start": 1137054650,
            "stop": 1137054651
        },
        {
            "start": 1137054653,
            "stop": 1137054669
        },
        {
            "start": 1137054671,
            "stop": 1137054703
        }
    ]
}