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=374
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=375",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=373",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 374,
    "results": [
        {
            "start": 932110876,
            "stop": 932112015
        },
        {
            "start": 932112375,
            "stop": 932112629
        },
        {
            "start": 932115268,
            "stop": 932115435
        },
        {
            "start": 932115437,
            "stop": 932115615
        },
        {
            "start": 932115975,
            "stop": 932116350
        },
        {
            "start": 932116353,
            "stop": 932117324
        },
        {
            "start": 932117326,
            "stop": 932117475
        },
        {
            "start": 932117477,
            "stop": 932118045
        },
        {
            "start": 932118047,
            "stop": 932119215
        },
        {
            "start": 932119575,
            "stop": 932119590
        },
        {
            "start": 932119593,
            "stop": 932120610
        },
        {
            "start": 932120613,
            "stop": 932122378
        },
        {
            "start": 932123648,
            "stop": 932124518
        },
        {
            "start": 932124520,
            "stop": 932124556
        },
        {
            "start": 932124558,
            "stop": 932124737
        },
        {
            "start": 932124739,
            "stop": 932126415
        },
        {
            "start": 932126775,
            "stop": 932127118
        },
        {
            "start": 932127120,
            "stop": 932127197
        },
        {
            "start": 932127199,
            "stop": 932127358
        },
        {
            "start": 932127360,
            "stop": 932127361
        }
    ]
}