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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=115",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 116,
    "results": [
        {
            "start": 817864811,
            "stop": 817864829
        },
        {
            "start": 817864833,
            "stop": 817864839
        },
        {
            "start": 817864843,
            "stop": 817864954
        },
        {
            "start": 817864958,
            "stop": 817865081
        },
        {
            "start": 817865084,
            "stop": 817865098
        },
        {
            "start": 817865101,
            "stop": 817865124
        },
        {
            "start": 817865127,
            "stop": 817865261
        },
        {
            "start": 817865264,
            "stop": 817865283
        },
        {
            "start": 817865286,
            "stop": 817865293
        },
        {
            "start": 817865296,
            "stop": 817865302
        },
        {
            "start": 817865305,
            "stop": 817865318
        },
        {
            "start": 817865321,
            "stop": 817865322
        },
        {
            "start": 817865325,
            "stop": 817865333
        },
        {
            "start": 817865337,
            "stop": 817865452
        },
        {
            "start": 817865459,
            "stop": 817865475
        },
        {
            "start": 817865478,
            "stop": 817865543
        },
        {
            "start": 817865548,
            "stop": 817865666
        },
        {
            "start": 817865669,
            "stop": 817865820
        },
        {
            "start": 817865824,
            "stop": 817865881
        },
        {
            "start": 817865887,
            "stop": 817865988
        }
    ]
}