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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=229",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 230,
    "results": [
        {
            "start": 931674335,
            "stop": 931674336
        },
        {
            "start": 931674339,
            "stop": 931674340
        },
        {
            "start": 931674347,
            "stop": 931674351
        },
        {
            "start": 931674370,
            "stop": 931674372
        },
        {
            "start": 931674378,
            "stop": 931674380
        },
        {
            "start": 931674383,
            "stop": 931674385
        },
        {
            "start": 931674389,
            "stop": 931674390
        },
        {
            "start": 931674397,
            "stop": 931674402
        },
        {
            "start": 931674406,
            "stop": 931674409
        },
        {
            "start": 931674413,
            "stop": 931674418
        },
        {
            "start": 931674425,
            "stop": 931674430
        },
        {
            "start": 931674433,
            "stop": 931674435
        },
        {
            "start": 931674438,
            "stop": 931674439
        },
        {
            "start": 931674442,
            "stop": 931674452
        },
        {
            "start": 931674455,
            "stop": 931674460
        },
        {
            "start": 931674465,
            "stop": 931674466
        },
        {
            "start": 931674478,
            "stop": 931674486
        },
        {
            "start": 931674489,
            "stop": 931674490
        },
        {
            "start": 931674495,
            "stop": 931674502
        },
        {
            "start": 931674505,
            "stop": 931674511
        }
    ]
}