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=396
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=397",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=395",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 396,
    "results": [
        {
            "start": 932598375,
            "stop": 932598422
        },
        {
            "start": 932598423,
            "stop": 932598767
        },
        {
            "start": 932598768,
            "stop": 932599163
        },
        {
            "start": 932599165,
            "stop": 932599646
        },
        {
            "start": 932599647,
            "stop": 932600257
        },
        {
            "start": 932600259,
            "stop": 932600520
        },
        {
            "start": 932600521,
            "stop": 932600756
        },
        {
            "start": 932600757,
            "stop": 932601593
        },
        {
            "start": 932603799,
            "stop": 932603883
        },
        {
            "start": 932603884,
            "stop": 932603981
        },
        {
            "start": 932603982,
            "stop": 932604057
        },
        {
            "start": 932604058,
            "stop": 932604382
        },
        {
            "start": 932604383,
            "stop": 932604406
        },
        {
            "start": 932604407,
            "stop": 932604770
        },
        {
            "start": 932604771,
            "stop": 932604971
        },
        {
            "start": 932604972,
            "stop": 932604981
        },
        {
            "start": 932604982,
            "stop": 932605215
        },
        {
            "start": 932605575,
            "stop": 932605617
        },
        {
            "start": 932605618,
            "stop": 932605877
        },
        {
            "start": 932605880,
            "stop": 932606197
        }
    ]
}