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_CAT3E/segments?format=api&page=16604
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16605",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16603",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16604,
    "results": [
        {
            "start": 874732182,
            "stop": 874732214
        },
        {
            "start": 874732218,
            "stop": 874732363
        },
        {
            "start": 874732366,
            "stop": 874732457
        },
        {
            "start": 874732458,
            "stop": 874732564
        },
        {
            "start": 874732568,
            "stop": 874732629
        },
        {
            "start": 874732630,
            "stop": 874732865
        },
        {
            "start": 874732869,
            "stop": 874732891
        },
        {
            "start": 874732893,
            "stop": 874732904
        },
        {
            "start": 874732905,
            "stop": 874732969
        },
        {
            "start": 874732970,
            "stop": 874733118
        },
        {
            "start": 874733119,
            "stop": 874733131
        },
        {
            "start": 874733132,
            "stop": 874733212
        },
        {
            "start": 874733213,
            "stop": 874733346
        },
        {
            "start": 874733348,
            "stop": 874733392
        },
        {
            "start": 874733393,
            "stop": 874733559
        },
        {
            "start": 874733560,
            "stop": 874733591
        },
        {
            "start": 874733593,
            "stop": 874733688
        },
        {
            "start": 874733689,
            "stop": 874733834
        },
        {
            "start": 874733835,
            "stop": 874733860
        },
        {
            "start": 874733861,
            "stop": 874733949
        }
    ]
}