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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=177",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 178,
    "results": [
        {
            "start": 931453163,
            "stop": 931453170
        },
        {
            "start": 931453173,
            "stop": 931453181
        },
        {
            "start": 931453183,
            "stop": 931453188
        },
        {
            "start": 931453195,
            "stop": 931453201
        },
        {
            "start": 931453204,
            "stop": 931453207
        },
        {
            "start": 931453209,
            "stop": 931453210
        },
        {
            "start": 931453213,
            "stop": 931453215
        },
        {
            "start": 931453575,
            "stop": 931453578
        },
        {
            "start": 931453580,
            "stop": 931453594
        },
        {
            "start": 931453598,
            "stop": 931453600
        },
        {
            "start": 931453602,
            "stop": 931453604
        },
        {
            "start": 931453606,
            "stop": 931453612
        },
        {
            "start": 931453616,
            "stop": 931453645
        },
        {
            "start": 931453646,
            "stop": 931453689
        },
        {
            "start": 931453691,
            "stop": 931453698
        },
        {
            "start": 931453704,
            "stop": 931453720
        },
        {
            "start": 931453726,
            "stop": 931453736
        },
        {
            "start": 931453740,
            "stop": 931453741
        },
        {
            "start": 931453746,
            "stop": 931453752
        },
        {
            "start": 931453759,
            "stop": 931453760
        }
    ]
}