Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=46
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=45",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 46,
    "results": [
        {
            "start": 820625587,
            "stop": 820625821
        },
        {
            "start": 820625823,
            "stop": 820628706
        },
        {
            "start": 820628708,
            "stop": 820658293
        },
        {
            "start": 820658294,
            "stop": 820658488
        },
        {
            "start": 820659665,
            "stop": 820674938
        },
        {
            "start": 820674940,
            "stop": 820680989
        },
        {
            "start": 820680990,
            "stop": 820681059
        },
        {
            "start": 820681061,
            "stop": 820681144
        },
        {
            "start": 820681146,
            "stop": 820681171
        },
        {
            "start": 820681173,
            "stop": 820681174
        },
        {
            "start": 820681726,
            "stop": 820684229
        },
        {
            "start": 820684405,
            "stop": 820691064
        },
        {
            "start": 820691241,
            "stop": 820695699
        },
        {
            "start": 820695701,
            "stop": 820704810
        },
        {
            "start": 820707812,
            "stop": 820710738
        },
        {
            "start": 820710740,
            "stop": 820718758
        },
        {
            "start": 820720874,
            "stop": 820744903
        },
        {
            "start": 820744906,
            "stop": 820744912
        },
        {
            "start": 820745748,
            "stop": 820756069
        },
        {
            "start": 820766152,
            "stop": 820768638
        }
    ]
}