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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=248",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 249,
    "results": [
        {
            "start": 931678404,
            "stop": 931678409
        },
        {
            "start": 931678414,
            "stop": 931678416
        },
        {
            "start": 931678418,
            "stop": 931678421
        },
        {
            "start": 931678424,
            "stop": 931678431
        },
        {
            "start": 931678435,
            "stop": 931678439
        },
        {
            "start": 931678446,
            "stop": 931678447
        },
        {
            "start": 931678458,
            "stop": 931678459
        },
        {
            "start": 931678462,
            "stop": 931678465
        },
        {
            "start": 931678478,
            "stop": 931678488
        },
        {
            "start": 931678490,
            "stop": 931678499
        },
        {
            "start": 931678502,
            "stop": 931678505
        },
        {
            "start": 931678516,
            "stop": 931678517
        },
        {
            "start": 931678521,
            "stop": 931678523
        },
        {
            "start": 931678526,
            "stop": 931678528
        },
        {
            "start": 931678531,
            "stop": 931678536
        },
        {
            "start": 931678539,
            "stop": 931678540
        },
        {
            "start": 931678548,
            "stop": 931678549
        },
        {
            "start": 931678551,
            "stop": 931678553
        },
        {
            "start": 931678556,
            "stop": 931678559
        },
        {
            "start": 931678571,
            "stop": 931678574
        }
    ]
}