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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=383",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 384,
    "results": [
        {
            "start": 866237840,
            "stop": 866240119
        },
        {
            "start": 866240214,
            "stop": 866241555
        },
        {
            "start": 866245277,
            "stop": 866245698
        },
        {
            "start": 866246172,
            "stop": 866248955
        },
        {
            "start": 866248973,
            "stop": 866254541
        },
        {
            "start": 866254559,
            "stop": 866257165
        },
        {
            "start": 866257430,
            "stop": 866259343
        },
        {
            "start": 866259453,
            "stop": 866259834
        },
        {
            "start": 866260134,
            "stop": 866261328
        },
        {
            "start": 866261349,
            "stop": 866273632
        },
        {
            "start": 866273653,
            "stop": 866295780
        },
        {
            "start": 866295900,
            "stop": 866298598
        },
        {
            "start": 866298671,
            "stop": 866300414
        },
        {
            "start": 866323162,
            "stop": 866324758
        },
        {
            "start": 866324795,
            "stop": 866325497
        },
        {
            "start": 866325596,
            "stop": 866325696
        },
        {
            "start": 866326015,
            "stop": 866327264
        },
        {
            "start": 866327315,
            "stop": 866328695
        },
        {
            "start": 866328737,
            "stop": 866330414
        },
        {
            "start": 866330456,
            "stop": 866333482
        }
    ]
}