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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8550",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8548",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8549,
    "results": [
        {
            "start": 869921786,
            "stop": 869922412
        },
        {
            "start": 869922429,
            "stop": 869922542
        },
        {
            "start": 869922583,
            "stop": 869922588
        },
        {
            "start": 869923013,
            "stop": 869923340
        },
        {
            "start": 869923497,
            "stop": 869923616
        },
        {
            "start": 869923633,
            "stop": 869923751
        },
        {
            "start": 869923768,
            "stop": 869923799
        },
        {
            "start": 869923820,
            "stop": 869923850
        },
        {
            "start": 869923867,
            "stop": 869924023
        },
        {
            "start": 869924041,
            "stop": 869924081
        },
        {
            "start": 869924098,
            "stop": 869924129
        },
        {
            "start": 869924161,
            "stop": 869924350
        },
        {
            "start": 869924367,
            "stop": 869924447
        },
        {
            "start": 869924464,
            "stop": 869924553
        },
        {
            "start": 869924589,
            "stop": 869924690
        },
        {
            "start": 869924770,
            "stop": 869924781
        },
        {
            "start": 869924820,
            "stop": 869924880
        },
        {
            "start": 869924897,
            "stop": 869924937
        },
        {
            "start": 869924954,
            "stop": 869924976
        },
        {
            "start": 869924996,
            "stop": 869925195
        }
    ]
}