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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=150",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 151,
    "results": [
        {
            "start": 931595386,
            "stop": 931595396
        },
        {
            "start": 931595399,
            "stop": 931595404
        },
        {
            "start": 931595406,
            "stop": 931595413
        },
        {
            "start": 931595416,
            "stop": 931595426
        },
        {
            "start": 931595429,
            "stop": 931595438
        },
        {
            "start": 931595446,
            "stop": 931595448
        },
        {
            "start": 931595451,
            "stop": 931595455
        },
        {
            "start": 931595458,
            "stop": 931595467
        },
        {
            "start": 931595473,
            "stop": 931595480
        },
        {
            "start": 931595486,
            "stop": 931595487
        },
        {
            "start": 931595490,
            "stop": 931595496
        },
        {
            "start": 931595499,
            "stop": 931595507
        },
        {
            "start": 931595510,
            "stop": 931595513
        },
        {
            "start": 931595518,
            "stop": 931595521
        },
        {
            "start": 931595525,
            "stop": 931595526
        },
        {
            "start": 931595529,
            "stop": 931595566
        },
        {
            "start": 931595569,
            "stop": 931595570
        },
        {
            "start": 931595579,
            "stop": 931595588
        },
        {
            "start": 931595591,
            "stop": 931595595
        },
        {
            "start": 931595599,
            "stop": 931595619
        }
    ]
}