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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=155",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 156,
    "results": [
        {
            "start": 931596472,
            "stop": 931596484
        },
        {
            "start": 931596487,
            "stop": 931596488
        },
        {
            "start": 931596491,
            "stop": 931596493
        },
        {
            "start": 931596502,
            "stop": 931596508
        },
        {
            "start": 931596511,
            "stop": 931596519
        },
        {
            "start": 931596525,
            "stop": 931596527
        },
        {
            "start": 931596530,
            "stop": 931596539
        },
        {
            "start": 931596542,
            "stop": 931596543
        },
        {
            "start": 931596545,
            "stop": 931596555
        },
        {
            "start": 931596563,
            "stop": 931596565
        },
        {
            "start": 931596570,
            "stop": 931596575
        },
        {
            "start": 931596579,
            "stop": 931596581
        },
        {
            "start": 931596584,
            "stop": 931596585
        },
        {
            "start": 931596591,
            "stop": 931596596
        },
        {
            "start": 931596598,
            "stop": 931596599
        },
        {
            "start": 931596605,
            "stop": 931596618
        },
        {
            "start": 931596622,
            "stop": 931596629
        },
        {
            "start": 931596632,
            "stop": 931596654
        },
        {
            "start": 931596661,
            "stop": 931596668
        },
        {
            "start": 931596672,
            "stop": 931596694
        }
    ]
}