Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=19
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=18",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 19,
    "results": [
        {
            "start": 1238186012,
            "stop": 1238186013
        },
        {
            "start": 1238186016,
            "stop": 1238186059
        },
        {
            "start": 1238186062,
            "stop": 1238186200
        },
        {
            "start": 1238186204,
            "stop": 1238186275
        },
        {
            "start": 1238186277,
            "stop": 1238186278
        },
        {
            "start": 1238186283,
            "stop": 1238186294
        },
        {
            "start": 1238186298,
            "stop": 1238186309
        },
        {
            "start": 1238186311,
            "stop": 1238186338
        },
        {
            "start": 1238186340,
            "stop": 1238186354
        },
        {
            "start": 1238186358,
            "stop": 1238186383
        },
        {
            "start": 1238186388,
            "stop": 1238186402
        },
        {
            "start": 1238186404,
            "stop": 1238186431
        },
        {
            "start": 1238186435,
            "stop": 1238186463
        },
        {
            "start": 1238186468,
            "stop": 1238187269
        },
        {
            "start": 1238187273,
            "stop": 1238187280
        },
        {
            "start": 1238187283,
            "stop": 1238187386
        },
        {
            "start": 1238187389,
            "stop": 1238187415
        },
        {
            "start": 1238187419,
            "stop": 1238187421
        },
        {
            "start": 1238187424,
            "stop": 1238187428
        },
        {
            "start": 1238187432,
            "stop": 1238187449
        }
    ]
}