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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=46",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 47,
    "results": [
        {
            "start": 1370201939,
            "stop": 1370203537
        },
        {
            "start": 1370203539,
            "stop": 1370203862
        },
        {
            "start": 1370203867,
            "stop": 1370203878
        },
        {
            "start": 1370203883,
            "stop": 1370204196
        },
        {
            "start": 1370204198,
            "stop": 1370204846
        },
        {
            "start": 1370204851,
            "stop": 1370206653
        },
        {
            "start": 1370206655,
            "stop": 1370206805
        },
        {
            "start": 1370206808,
            "stop": 1370206900
        },
        {
            "start": 1370206903,
            "stop": 1370206966
        },
        {
            "start": 1370206968,
            "stop": 1370207056
        },
        {
            "start": 1370208939,
            "stop": 1370208971
        },
        {
            "start": 1370208974,
            "stop": 1370209307
        },
        {
            "start": 1370209308,
            "stop": 1370209477
        },
        {
            "start": 1370209479,
            "stop": 1370210130
        },
        {
            "start": 1370210133,
            "stop": 1370211168
        },
        {
            "start": 1370211170,
            "stop": 1370212302
        },
        {
            "start": 1370212305,
            "stop": 1370213464
        },
        {
            "start": 1370213466,
            "stop": 1370220851
        },
        {
            "start": 1370220853,
            "stop": 1370222499
        },
        {
            "start": 1370222501,
            "stop": 1370222927
        }
    ]
}