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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2452",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2450",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2451,
    "results": [
        {
            "start": 874450750,
            "stop": 874450913
        },
        {
            "start": 874450930,
            "stop": 874450974
        },
        {
            "start": 874450991,
            "stop": 874452351
        },
        {
            "start": 874452368,
            "stop": 874452975
        },
        {
            "start": 874452992,
            "stop": 874453236
        },
        {
            "start": 874453253,
            "stop": 874453575
        },
        {
            "start": 874453592,
            "stop": 874455141
        },
        {
            "start": 874455158,
            "stop": 874455830
        },
        {
            "start": 874455970,
            "stop": 874456991
        },
        {
            "start": 874457008,
            "stop": 874457792
        },
        {
            "start": 874457809,
            "stop": 874458739
        },
        {
            "start": 874458756,
            "stop": 874459062
        },
        {
            "start": 874459079,
            "stop": 874459633
        },
        {
            "start": 874459650,
            "stop": 874459885
        },
        {
            "start": 874459902,
            "stop": 874459955
        },
        {
            "start": 874460110,
            "stop": 874460171
        },
        {
            "start": 874460188,
            "stop": 874460358
        },
        {
            "start": 874460375,
            "stop": 874460460
        },
        {
            "start": 874460520,
            "stop": 874461531
        },
        {
            "start": 874461548,
            "stop": 874461909
        }
    ]
}