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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=69",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 70,
    "results": [
        {
            "start": 1370813508,
            "stop": 1370813551
        },
        {
            "start": 1370817995,
            "stop": 1370818202
        },
        {
            "start": 1370818204,
            "stop": 1370818437
        },
        {
            "start": 1370818439,
            "stop": 1370819067
        },
        {
            "start": 1370819069,
            "stop": 1370821281
        },
        {
            "start": 1370821283,
            "stop": 1370822327
        },
        {
            "start": 1370822329,
            "stop": 1370824166
        },
        {
            "start": 1370824168,
            "stop": 1370824665
        },
        {
            "start": 1370824666,
            "stop": 1370825359
        },
        {
            "start": 1370829633,
            "stop": 1370834610
        },
        {
            "start": 1370834614,
            "stop": 1370836654
        },
        {
            "start": 1370836656,
            "stop": 1370837232
        },
        {
            "start": 1370837233,
            "stop": 1370838488
        },
        {
            "start": 1370838492,
            "stop": 1370839122
        },
        {
            "start": 1370839124,
            "stop": 1370840344
        },
        {
            "start": 1370840349,
            "stop": 1370841159
        },
        {
            "start": 1370841160,
            "stop": 1370842402
        },
        {
            "start": 1370842404,
            "stop": 1370844770
        },
        {
            "start": 1370844772,
            "stop": 1370845383
        },
        {
            "start": 1370845384,
            "stop": 1370846595
        }
    ]
}