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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=313",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 314,
    "results": [
        {
            "start": 843309013,
            "stop": 843309016
        },
        {
            "start": 843309018,
            "stop": 843309036
        },
        {
            "start": 843309038,
            "stop": 843309369
        },
        {
            "start": 843310158,
            "stop": 843310314
        },
        {
            "start": 843310498,
            "stop": 843311802
        },
        {
            "start": 843333121,
            "stop": 843334314
        },
        {
            "start": 843367724,
            "stop": 843369858
        },
        {
            "start": 843369860,
            "stop": 843370144
        },
        {
            "start": 843370146,
            "stop": 843370205
        },
        {
            "start": 843370207,
            "stop": 843379519
        },
        {
            "start": 843380890,
            "stop": 843380942
        },
        {
            "start": 843380944,
            "stop": 843384428
        },
        {
            "start": 843384430,
            "stop": 843385991
        },
        {
            "start": 843386053,
            "stop": 843390339
        },
        {
            "start": 843392311,
            "stop": 843393353
        },
        {
            "start": 843393355,
            "stop": 843394834
        },
        {
            "start": 843399427,
            "stop": 843401352
        },
        {
            "start": 843402044,
            "stop": 843403621
        },
        {
            "start": 843404497,
            "stop": 843404682
        },
        {
            "start": 843405658,
            "stop": 843405867
        }
    ]
}