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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=137",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 138,
    "results": [
        {
            "start": 818070394,
            "stop": 818070401
        },
        {
            "start": 818070409,
            "stop": 818070412
        },
        {
            "start": 818070416,
            "stop": 818070427
        },
        {
            "start": 818070438,
            "stop": 818070439
        },
        {
            "start": 818070444,
            "stop": 818070447
        },
        {
            "start": 818070450,
            "stop": 818070452
        },
        {
            "start": 818070458,
            "stop": 818070461
        },
        {
            "start": 818070465,
            "stop": 818070493
        },
        {
            "start": 818070497,
            "stop": 818070522
        },
        {
            "start": 818070526,
            "stop": 818070529
        },
        {
            "start": 818070534,
            "stop": 818070537
        },
        {
            "start": 818070541,
            "stop": 818070542
        },
        {
            "start": 818070546,
            "stop": 818070555
        },
        {
            "start": 818070558,
            "stop": 818070565
        },
        {
            "start": 818070570,
            "stop": 818070573
        },
        {
            "start": 818070576,
            "stop": 818070579
        },
        {
            "start": 818070591,
            "stop": 818070597
        },
        {
            "start": 818070600,
            "stop": 818070601
        },
        {
            "start": 818070605,
            "stop": 818070606
        },
        {
            "start": 818070609,
            "stop": 818070623
        }
    ]
}