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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=526",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=524",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 525,
    "results": [
        {
            "start": 968088779,
            "stop": 968089460
        },
        {
            "start": 968098510,
            "stop": 968099321
        },
        {
            "start": 968101272,
            "stop": 968106382
        },
        {
            "start": 968123315,
            "stop": 968163475
        },
        {
            "start": 968163515,
            "stop": 968173339
        },
        {
            "start": 968178685,
            "stop": 968188806
        },
        {
            "start": 968190279,
            "stop": 968199849
        },
        {
            "start": 968200823,
            "stop": 968230307
        },
        {
            "start": 968230308,
            "stop": 968230961
        },
        {
            "start": 968232954,
            "stop": 968264441
        },
        {
            "start": 968264442,
            "stop": 968267906
        },
        {
            "start": 968279879,
            "stop": 968282906
        },
        {
            "start": 968286821,
            "stop": 968287020
        },
        {
            "start": 968293822,
            "stop": 968312893
        },
        {
            "start": 968315002,
            "stop": 968356337
        },
        {
            "start": 968356625,
            "stop": 968356975
        },
        {
            "start": 968366905,
            "stop": 968369404
        },
        {
            "start": 968380383,
            "stop": 968381160
        },
        {
            "start": 968383115,
            "stop": 968392725
        },
        {
            "start": 968394475,
            "stop": 968398025
        }
    ]
}