Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=11
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=10",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 11,
    "results": [
        {
            "start": 931160747,
            "stop": 931160750
        },
        {
            "start": 931160761,
            "stop": 931160772
        },
        {
            "start": 931160777,
            "stop": 931160782
        },
        {
            "start": 931160784,
            "stop": 931160785
        },
        {
            "start": 931160788,
            "stop": 931160793
        },
        {
            "start": 931160797,
            "stop": 931160803
        },
        {
            "start": 931160808,
            "stop": 931160810
        },
        {
            "start": 931160822,
            "stop": 931160826
        },
        {
            "start": 931160829,
            "stop": 931160830
        },
        {
            "start": 931160834,
            "stop": 931160836
        },
        {
            "start": 931160843,
            "stop": 931160851
        },
        {
            "start": 931160853,
            "stop": 931160860
        },
        {
            "start": 931160869,
            "stop": 931160870
        },
        {
            "start": 931160873,
            "stop": 931160875
        },
        {
            "start": 931160879,
            "stop": 931160880
        },
        {
            "start": 931160883,
            "stop": 931160885
        },
        {
            "start": 931160888,
            "stop": 931160889
        },
        {
            "start": 931160893,
            "stop": 931160896
        },
        {
            "start": 931160899,
            "stop": 931160901
        },
        {
            "start": 931160904,
            "stop": 931160908
        }
    ]
}