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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=280",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 281,
    "results": [
        {
            "start": 1262913636,
            "stop": 1262913768
        },
        {
            "start": 1262913770,
            "stop": 1262915491
        },
        {
            "start": 1262915495,
            "stop": 1262919521
        },
        {
            "start": 1262919526,
            "stop": 1262920476
        },
        {
            "start": 1262920478,
            "stop": 1262920622
        },
        {
            "start": 1262920624,
            "stop": 1262920749
        },
        {
            "start": 1262920750,
            "stop": 1262921761
        },
        {
            "start": 1262921764,
            "stop": 1262922006
        },
        {
            "start": 1262922011,
            "stop": 1262922606
        },
        {
            "start": 1262922609,
            "stop": 1262923318
        },
        {
            "start": 1262923323,
            "stop": 1262923398
        },
        {
            "start": 1262923403,
            "stop": 1262925895
        },
        {
            "start": 1262925898,
            "stop": 1262926462
        },
        {
            "start": 1262926465,
            "stop": 1262928845
        },
        {
            "start": 1262928848,
            "stop": 1262930452
        },
        {
            "start": 1262930453,
            "stop": 1262930455
        },
        {
            "start": 1262930457,
            "stop": 1262930463
        },
        {
            "start": 1262930464,
            "stop": 1262930903
        },
        {
            "start": 1262930906,
            "stop": 1262931323
        },
        {
            "start": 1262931326,
            "stop": 1262931512
        }
    ]
}