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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=334",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 335,
    "results": [
        {
            "start": 938809240,
            "stop": 938809528
        },
        {
            "start": 938809531,
            "stop": 938809770
        },
        {
            "start": 938809773,
            "stop": 938809874
        },
        {
            "start": 938809877,
            "stop": 938809910
        },
        {
            "start": 938809913,
            "stop": 938809951
        },
        {
            "start": 938809954,
            "stop": 938810269
        },
        {
            "start": 938810272,
            "stop": 938810294
        },
        {
            "start": 938814174,
            "stop": 938814456
        },
        {
            "start": 938820420,
            "stop": 938823158
        },
        {
            "start": 938823162,
            "stop": 938823294
        },
        {
            "start": 938823299,
            "stop": 938823727
        },
        {
            "start": 938823730,
            "stop": 938823774
        },
        {
            "start": 938829945,
            "stop": 938830164
        },
        {
            "start": 938830168,
            "stop": 938830632
        },
        {
            "start": 938832203,
            "stop": 938833892
        },
        {
            "start": 938833910,
            "stop": 938834234
        },
        {
            "start": 938836796,
            "stop": 938836874
        },
        {
            "start": 938836877,
            "stop": 938837787
        },
        {
            "start": 938838951,
            "stop": 938839102
        },
        {
            "start": 938839105,
            "stop": 938839827
        }
    ]
}