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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=227",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 228,
    "results": [
        {
            "start": 931673992,
            "stop": 931673994
        },
        {
            "start": 931674005,
            "stop": 931674007
        },
        {
            "start": 931674010,
            "stop": 931674014
        },
        {
            "start": 931674017,
            "stop": 931674024
        },
        {
            "start": 931674027,
            "stop": 931674029
        },
        {
            "start": 931674038,
            "stop": 931674040
        },
        {
            "start": 931674044,
            "stop": 931674048
        },
        {
            "start": 931674051,
            "stop": 931674054
        },
        {
            "start": 931674057,
            "stop": 931674059
        },
        {
            "start": 931674065,
            "stop": 931674066
        },
        {
            "start": 931674069,
            "stop": 931674072
        },
        {
            "start": 931674077,
            "stop": 931674087
        },
        {
            "start": 931674093,
            "stop": 931674096
        },
        {
            "start": 931674101,
            "stop": 931674102
        },
        {
            "start": 931674105,
            "stop": 931674110
        },
        {
            "start": 931674112,
            "stop": 931674115
        },
        {
            "start": 931674118,
            "stop": 931674120
        },
        {
            "start": 931674124,
            "stop": 931674130
        },
        {
            "start": 931674133,
            "stop": 931674143
        },
        {
            "start": 931674147,
            "stop": 931674156
        }
    ]
}