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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=364",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 365,
    "results": [
        {
            "start": 1264218318,
            "stop": 1264219023
        },
        {
            "start": 1264219027,
            "stop": 1264221594
        },
        {
            "start": 1264221599,
            "stop": 1264224554
        },
        {
            "start": 1264224557,
            "stop": 1264225778
        },
        {
            "start": 1264225781,
            "stop": 1264226075
        },
        {
            "start": 1264226079,
            "stop": 1264229437
        },
        {
            "start": 1264229441,
            "stop": 1264229570
        },
        {
            "start": 1264229575,
            "stop": 1264231288
        },
        {
            "start": 1264231290,
            "stop": 1264233047
        },
        {
            "start": 1264233049,
            "stop": 1264234505
        },
        {
            "start": 1264234507,
            "stop": 1264235247
        },
        {
            "start": 1264235249,
            "stop": 1264237658
        },
        {
            "start": 1264237663,
            "stop": 1264240132
        },
        {
            "start": 1264240133,
            "stop": 1264243552
        },
        {
            "start": 1264243554,
            "stop": 1264244200
        },
        {
            "start": 1264244204,
            "stop": 1264245571
        },
        {
            "start": 1264245574,
            "stop": 1264245902
        },
        {
            "start": 1264245904,
            "stop": 1264247238
        },
        {
            "start": 1264247242,
            "stop": 1264250608
        },
        {
            "start": 1264250611,
            "stop": 1264251138
        }
    ]
}