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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=150",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 151,
    "results": [
        {
            "start": 839628938,
            "stop": 839629315
        },
        {
            "start": 839629325,
            "stop": 839629599
        },
        {
            "start": 839630471,
            "stop": 839630689
        },
        {
            "start": 839631632,
            "stop": 839634417
        },
        {
            "start": 839634418,
            "stop": 839645032
        },
        {
            "start": 839646005,
            "stop": 839680446
        },
        {
            "start": 839682730,
            "stop": 839682826
        },
        {
            "start": 839684385,
            "stop": 839684553
        },
        {
            "start": 839684555,
            "stop": 839684580
        },
        {
            "start": 839684582,
            "stop": 839689639
        },
        {
            "start": 839689655,
            "stop": 839690789
        },
        {
            "start": 839708621,
            "stop": 839712465
        },
        {
            "start": 839712484,
            "stop": 839713527
        },
        {
            "start": 839713618,
            "stop": 839714944
        },
        {
            "start": 839714950,
            "stop": 839718678
        },
        {
            "start": 839719817,
            "stop": 839721977
        },
        {
            "start": 839723122,
            "stop": 839768816
        },
        {
            "start": 839768822,
            "stop": 839777297
        },
        {
            "start": 839777305,
            "stop": 839777318
        },
        {
            "start": 839777573,
            "stop": 839780607
        }
    ]
}