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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=200",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 201,
    "results": [
        {
            "start": 1239879192,
            "stop": 1239879311
        },
        {
            "start": 1239879312,
            "stop": 1239879431
        },
        {
            "start": 1239879432,
            "stop": 1239879551
        },
        {
            "start": 1239879552,
            "stop": 1239879671
        },
        {
            "start": 1239879672,
            "stop": 1239879791
        },
        {
            "start": 1239879792,
            "stop": 1239879911
        },
        {
            "start": 1239879912,
            "stop": 1239880011
        },
        {
            "start": 1239880012,
            "stop": 1239880151
        },
        {
            "start": 1239880152,
            "stop": 1239880271
        },
        {
            "start": 1239880272,
            "stop": 1239880391
        },
        {
            "start": 1239880392,
            "stop": 1239880511
        },
        {
            "start": 1239880512,
            "stop": 1239880631
        },
        {
            "start": 1239880632,
            "stop": 1239880751
        },
        {
            "start": 1239880752,
            "stop": 1239880871
        },
        {
            "start": 1239880872,
            "stop": 1239880991
        },
        {
            "start": 1239880992,
            "stop": 1239881111
        },
        {
            "start": 1239881112,
            "stop": 1239881231
        },
        {
            "start": 1239881232,
            "stop": 1239881351
        },
        {
            "start": 1239881352,
            "stop": 1239881471
        },
        {
            "start": 1239881472,
            "stop": 1239881591
        }
    ]
}