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=382
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=383",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=381",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 382,
    "results": [
        {
            "start": 1264329962,
            "stop": 1264329985
        },
        {
            "start": 1264329987,
            "stop": 1264329990
        },
        {
            "start": 1264329991,
            "stop": 1264329992
        },
        {
            "start": 1264329998,
            "stop": 1264330001
        },
        {
            "start": 1264330003,
            "stop": 1264330007
        },
        {
            "start": 1264330008,
            "stop": 1264330009
        },
        {
            "start": 1264330010,
            "stop": 1264330339
        },
        {
            "start": 1264330342,
            "stop": 1264330343
        },
        {
            "start": 1264330344,
            "stop": 1264330347
        },
        {
            "start": 1264330348,
            "stop": 1264330350
        },
        {
            "start": 1264330352,
            "stop": 1264330354
        },
        {
            "start": 1264330355,
            "stop": 1264330356
        },
        {
            "start": 1264330361,
            "stop": 1264330378
        },
        {
            "start": 1264330379,
            "stop": 1264330381
        },
        {
            "start": 1264330382,
            "stop": 1264330384
        },
        {
            "start": 1264330385,
            "stop": 1264330386
        },
        {
            "start": 1264330387,
            "stop": 1264330389
        },
        {
            "start": 1264330393,
            "stop": 1264330394
        },
        {
            "start": 1264330396,
            "stop": 1264330398
        },
        {
            "start": 1264330403,
            "stop": 1264330406
        }
    ]
}