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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=191",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 192,
    "results": [
        {
            "start": 931482484,
            "stop": 931482485
        },
        {
            "start": 931482488,
            "stop": 931482494
        },
        {
            "start": 931482498,
            "stop": 931482501
        },
        {
            "start": 931482504,
            "stop": 931482505
        },
        {
            "start": 931482508,
            "stop": 931482513
        },
        {
            "start": 931482525,
            "stop": 931482527
        },
        {
            "start": 931482529,
            "stop": 931482532
        },
        {
            "start": 931482540,
            "stop": 931482541
        },
        {
            "start": 931482554,
            "stop": 931482561
        },
        {
            "start": 931482564,
            "stop": 931482565
        },
        {
            "start": 931482568,
            "stop": 931482571
        },
        {
            "start": 931482573,
            "stop": 931482583
        },
        {
            "start": 931482593,
            "stop": 931482602
        },
        {
            "start": 931482606,
            "stop": 931482616
        },
        {
            "start": 931482620,
            "stop": 931482624
        },
        {
            "start": 931482626,
            "stop": 931482629
        },
        {
            "start": 931482635,
            "stop": 931482636
        },
        {
            "start": 931482639,
            "stop": 931482641
        },
        {
            "start": 931482643,
            "stop": 931482644
        },
        {
            "start": 931482652,
            "stop": 931482656
        }
    ]
}