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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=282",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 283,
    "results": [
        {
            "start": 841197558,
            "stop": 841197706
        },
        {
            "start": 841198895,
            "stop": 841200203
        },
        {
            "start": 841200205,
            "stop": 841201190
        },
        {
            "start": 841201191,
            "stop": 841205014
        },
        {
            "start": 841205016,
            "stop": 841205297
        },
        {
            "start": 841205299,
            "stop": 841215304
        },
        {
            "start": 841215305,
            "stop": 841216365
        },
        {
            "start": 841218066,
            "stop": 841218069
        },
        {
            "start": 841218071,
            "stop": 841218077
        },
        {
            "start": 841218080,
            "stop": 841218099
        },
        {
            "start": 841218100,
            "stop": 841218156
        },
        {
            "start": 841218160,
            "stop": 841218230
        },
        {
            "start": 841218232,
            "stop": 841218248
        },
        {
            "start": 841219468,
            "stop": 841223327
        },
        {
            "start": 841223329,
            "stop": 841232383
        },
        {
            "start": 841232385,
            "stop": 841232693
        },
        {
            "start": 841232696,
            "stop": 841232710
        },
        {
            "start": 841256851,
            "stop": 841256931
        },
        {
            "start": 841260200,
            "stop": 841260234
        },
        {
            "start": 841261005,
            "stop": 841261228
        }
    ]
}