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=250
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=251",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=249",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 250,
    "results": [
        {
            "start": 1376670169,
            "stop": 1376671095
        },
        {
            "start": 1376671097,
            "stop": 1376671700
        },
        {
            "start": 1376671701,
            "stop": 1376674048
        },
        {
            "start": 1376674051,
            "stop": 1376674278
        },
        {
            "start": 1376674279,
            "stop": 1376676252
        },
        {
            "start": 1376676253,
            "stop": 1376677101
        },
        {
            "start": 1376677103,
            "stop": 1376677280
        },
        {
            "start": 1376677282,
            "stop": 1376678209
        },
        {
            "start": 1376678211,
            "stop": 1376678293
        },
        {
            "start": 1376683752,
            "stop": 1376683840
        },
        {
            "start": 1376683842,
            "stop": 1376684757
        },
        {
            "start": 1376684759,
            "stop": 1376685533
        },
        {
            "start": 1376685535,
            "stop": 1376686819
        },
        {
            "start": 1376686821,
            "stop": 1376687747
        },
        {
            "start": 1376687749,
            "stop": 1376688696
        },
        {
            "start": 1376688698,
            "stop": 1376689184
        },
        {
            "start": 1376689186,
            "stop": 1376689247
        },
        {
            "start": 1376689251,
            "stop": 1376689716
        },
        {
            "start": 1376689718,
            "stop": 1376690095
        },
        {
            "start": 1376690097,
            "stop": 1376690626
        }
    ]
}