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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29328",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29326",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29327,
    "results": [
        {
            "start": 971242217,
            "stop": 971242222
        },
        {
            "start": 971242224,
            "stop": 971242227
        },
        {
            "start": 971242228,
            "stop": 971242235
        },
        {
            "start": 971242236,
            "stop": 971242242
        },
        {
            "start": 971242243,
            "stop": 971242245
        },
        {
            "start": 971242246,
            "stop": 971242254
        },
        {
            "start": 971242256,
            "stop": 971242260
        },
        {
            "start": 971242261,
            "stop": 971242295
        },
        {
            "start": 971242296,
            "stop": 971242341
        },
        {
            "start": 971242342,
            "stop": 971242371
        },
        {
            "start": 971242372,
            "stop": 971242380
        },
        {
            "start": 971242381,
            "stop": 971242402
        },
        {
            "start": 971242403,
            "stop": 971242422
        },
        {
            "start": 971242423,
            "stop": 971242446
        },
        {
            "start": 971242447,
            "stop": 971242488
        },
        {
            "start": 971242489,
            "stop": 971242503
        },
        {
            "start": 971242504,
            "stop": 971242517
        },
        {
            "start": 971242519,
            "stop": 971242562
        },
        {
            "start": 971242564,
            "stop": 971242578
        },
        {
            "start": 971242580,
            "stop": 971242600
        }
    ]
}