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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=283",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 284,
    "results": [
        {
            "start": 847612938,
            "stop": 847613021
        },
        {
            "start": 847613022,
            "stop": 847613031
        },
        {
            "start": 847613032,
            "stop": 847613199
        },
        {
            "start": 847613200,
            "stop": 847613319
        },
        {
            "start": 847613320,
            "stop": 847613451
        },
        {
            "start": 847613452,
            "stop": 847613489
        },
        {
            "start": 847613490,
            "stop": 847613506
        },
        {
            "start": 847613507,
            "stop": 847613585
        },
        {
            "start": 847613586,
            "stop": 847613628
        },
        {
            "start": 847613629,
            "stop": 847613798
        },
        {
            "start": 847613799,
            "stop": 847613831
        },
        {
            "start": 847613832,
            "stop": 847613838
        },
        {
            "start": 847613840,
            "stop": 847613868
        },
        {
            "start": 847613869,
            "stop": 847613909
        },
        {
            "start": 847613911,
            "stop": 847613916
        },
        {
            "start": 847613917,
            "stop": 847613959
        },
        {
            "start": 847613960,
            "stop": 847613969
        },
        {
            "start": 847613971,
            "stop": 847613995
        },
        {
            "start": 847613998,
            "stop": 847614034
        },
        {
            "start": 847614035,
            "stop": 847614036
        }
    ]
}