Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=701
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=702",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=700",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 701,
    "results": [
        {
            "start": 858551069,
            "stop": 858556042
        },
        {
            "start": 858556721,
            "stop": 858594442
        },
        {
            "start": 858595219,
            "stop": 858607747
        },
        {
            "start": 858609594,
            "stop": 858615225
        },
        {
            "start": 858615227,
            "stop": 858615547
        },
        {
            "start": 858615550,
            "stop": 858615766
        },
        {
            "start": 858615770,
            "stop": 858615932
        },
        {
            "start": 858615937,
            "stop": 858617678
        },
        {
            "start": 858619237,
            "stop": 858620361
        },
        {
            "start": 858621260,
            "stop": 858626630
        },
        {
            "start": 858627903,
            "stop": 858628985
        },
        {
            "start": 858628987,
            "stop": 858643054
        },
        {
            "start": 858645059,
            "stop": 858683275
        },
        {
            "start": 858683295,
            "stop": 858693343
        },
        {
            "start": 858694964,
            "stop": 858724929
        },
        {
            "start": 858725778,
            "stop": 858741251
        },
        {
            "start": 858742343,
            "stop": 858765969
        },
        {
            "start": 858766511,
            "stop": 858776785
        },
        {
            "start": 858777410,
            "stop": 858784988
        },
        {
            "start": 858792268,
            "stop": 858792449
        }
    ]
}