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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=783",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=781",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 782,
    "results": [
        {
            "start": 860622794,
            "stop": 860622854
        },
        {
            "start": 860661771,
            "stop": 860661831
        },
        {
            "start": 860661861,
            "stop": 860662491
        },
        {
            "start": 860662822,
            "stop": 860662972
        },
        {
            "start": 860663062,
            "stop": 860663182
        },
        {
            "start": 860663504,
            "stop": 860663744
        },
        {
            "start": 860663910,
            "stop": 860664330
        },
        {
            "start": 860664633,
            "stop": 860664813
        },
        {
            "start": 860667234,
            "stop": 860667834
        },
        {
            "start": 860668016,
            "stop": 860668736
        },
        {
            "start": 860669070,
            "stop": 860669190
        },
        {
            "start": 860669344,
            "stop": 860669584
        },
        {
            "start": 860669732,
            "stop": 860669972
        },
        {
            "start": 860670109,
            "stop": 860670349
        },
        {
            "start": 860670498,
            "stop": 860671098
        },
        {
            "start": 860671256,
            "stop": 860671316
        },
        {
            "start": 860671508,
            "stop": 860671628
        },
        {
            "start": 860671835,
            "stop": 860672045
        },
        {
            "start": 860672251,
            "stop": 860672371
        },
        {
            "start": 860672501,
            "stop": 860672921
        }
    ]
}