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/S5/timelines/L1_BURST_CAT1/segments?format=api&page=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=335",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 336,
    "results": [
        {
            "start": 845399383,
            "stop": 845399900
        },
        {
            "start": 845401506,
            "stop": 845403559
        },
        {
            "start": 845403561,
            "stop": 845403860
        },
        {
            "start": 845409661,
            "stop": 845409904
        },
        {
            "start": 845410064,
            "stop": 845413183
        },
        {
            "start": 845414334,
            "stop": 845415186
        },
        {
            "start": 845416371,
            "stop": 845432041
        },
        {
            "start": 845432043,
            "stop": 845439699
        },
        {
            "start": 845439701,
            "stop": 845440206
        },
        {
            "start": 845440357,
            "stop": 845442283
        },
        {
            "start": 845442285,
            "stop": 845443424
        },
        {
            "start": 845443426,
            "stop": 845444632
        },
        {
            "start": 845446107,
            "stop": 845446128
        },
        {
            "start": 845446130,
            "stop": 845447871
        },
        {
            "start": 845447873,
            "stop": 845449346
        },
        {
            "start": 845449348,
            "stop": 845449838
        },
        {
            "start": 845450698,
            "stop": 845458403
        },
        {
            "start": 845458405,
            "stop": 845464086
        },
        {
            "start": 845464088,
            "stop": 845464141
        },
        {
            "start": 845464143,
            "stop": 845466132
        }
    ]
}