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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=286",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 287,
    "results": [
        {
            "start": 934681377,
            "stop": 934681514
        },
        {
            "start": 934683337,
            "stop": 934683550
        },
        {
            "start": 934683555,
            "stop": 934683639
        },
        {
            "start": 934683759,
            "stop": 934684387
        },
        {
            "start": 934684507,
            "stop": 934684658
        },
        {
            "start": 934684718,
            "stop": 934685257
        },
        {
            "start": 934685262,
            "stop": 934685502
        },
        {
            "start": 934685507,
            "stop": 934685876
        },
        {
            "start": 934685881,
            "stop": 934686015
        },
        {
            "start": 934686255,
            "stop": 934687076
        },
        {
            "start": 934688697,
            "stop": 934688970
        },
        {
            "start": 934688975,
            "stop": 934689615
        },
        {
            "start": 934689855,
            "stop": 934690718
        },
        {
            "start": 934690778,
            "stop": 934692218
        },
        {
            "start": 934692223,
            "stop": 934693215
        },
        {
            "start": 934693455,
            "stop": 934693718
        },
        {
            "start": 934693838,
            "stop": 934696815
        },
        {
            "start": 934697055,
            "stop": 934698468
        },
        {
            "start": 934700165,
            "stop": 934700415
        },
        {
            "start": 934700655,
            "stop": 934701716
        }
    ]
}