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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=133",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 134,
    "results": [
        {
            "start": 1239157032,
            "stop": 1239157104
        },
        {
            "start": 1239157108,
            "stop": 1239157269
        },
        {
            "start": 1239157274,
            "stop": 1239157302
        },
        {
            "start": 1239157306,
            "stop": 1239157799
        },
        {
            "start": 1239157804,
            "stop": 1239158009
        },
        {
            "start": 1239158019,
            "stop": 1239158059
        },
        {
            "start": 1239158062,
            "stop": 1239158252
        },
        {
            "start": 1239158255,
            "stop": 1239158261
        },
        {
            "start": 1239158264,
            "stop": 1239158321
        },
        {
            "start": 1239158329,
            "stop": 1239158383
        },
        {
            "start": 1239158388,
            "stop": 1239158392
        },
        {
            "start": 1239158396,
            "stop": 1239158512
        },
        {
            "start": 1239158516,
            "stop": 1239158821
        },
        {
            "start": 1239158830,
            "stop": 1239159019
        },
        {
            "start": 1239159024,
            "stop": 1239159103
        },
        {
            "start": 1239159107,
            "stop": 1239159929
        },
        {
            "start": 1239159934,
            "stop": 1239159940
        },
        {
            "start": 1239159944,
            "stop": 1239159950
        },
        {
            "start": 1239159955,
            "stop": 1239159963
        },
        {
            "start": 1239159968,
            "stop": 1239160082
        }
    ]
}