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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=174",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 175,
    "results": [
        {
            "start": 932687959,
            "stop": 932688006
        },
        {
            "start": 932688606,
            "stop": 932688889
        },
        {
            "start": 932688892,
            "stop": 932689157
        },
        {
            "start": 932689160,
            "stop": 932689168
        },
        {
            "start": 932689288,
            "stop": 932689667
        },
        {
            "start": 932689669,
            "stop": 932691227
        },
        {
            "start": 932691229,
            "stop": 932691615
        },
        {
            "start": 932691975,
            "stop": 932692113
        },
        {
            "start": 932692115,
            "stop": 932692128
        },
        {
            "start": 932692130,
            "stop": 932692806
        },
        {
            "start": 932692866,
            "stop": 932692985
        },
        {
            "start": 932692987,
            "stop": 932694011
        },
        {
            "start": 932694016,
            "stop": 932694687
        },
        {
            "start": 932694691,
            "stop": 932695215
        },
        {
            "start": 932695575,
            "stop": 932695743
        },
        {
            "start": 932695745,
            "stop": 932696096
        },
        {
            "start": 932696216,
            "stop": 932696241
        },
        {
            "start": 932696361,
            "stop": 932697497
        },
        {
            "start": 932697617,
            "stop": 932698277
        },
        {
            "start": 932698281,
            "stop": 932698815
        }
    ]
}