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=29330
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=29331",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29329",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29330,
    "results": [
        {
            "start": 971243190,
            "stop": 971243198
        },
        {
            "start": 971243199,
            "stop": 971243285
        },
        {
            "start": 971243286,
            "stop": 971243350
        },
        {
            "start": 971243354,
            "stop": 971243366
        },
        {
            "start": 971243367,
            "stop": 971243371
        },
        {
            "start": 971243374,
            "stop": 971243440
        },
        {
            "start": 971243441,
            "stop": 971243447
        },
        {
            "start": 971243449,
            "stop": 971243450
        },
        {
            "start": 971243452,
            "stop": 971243458
        },
        {
            "start": 971243460,
            "stop": 971243466
        },
        {
            "start": 971243467,
            "stop": 971243482
        },
        {
            "start": 971243485,
            "stop": 971243492
        },
        {
            "start": 971243494,
            "stop": 971243510
        },
        {
            "start": 971243512,
            "stop": 971243520
        },
        {
            "start": 971243521,
            "stop": 971243572
        },
        {
            "start": 971243573,
            "stop": 971243593
        },
        {
            "start": 971243594,
            "stop": 971243605
        },
        {
            "start": 971243607,
            "stop": 971243652
        },
        {
            "start": 971243654,
            "stop": 971243659
        },
        {
            "start": 971243660,
            "stop": 971243677
        }
    ]
}