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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_HW_CBC/segments?format=api&page=39",
    "results_count": 793,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 40,
    "results": [
        {
            "start": 847213875,
            "stop": 847214002
        },
        {
            "start": 847259434,
            "stop": 847259562
        },
        {
            "start": 847349027,
            "stop": 847349154
        },
        {
            "start": 847357979,
            "stop": 847358107
        },
        {
            "start": 847373451,
            "stop": 847373586
        },
        {
            "start": 847402867,
            "stop": 847402995
        },
        {
            "start": 847494419,
            "stop": 847494619
        },
        {
            "start": 847503642,
            "stop": 847503850
        },
        {
            "start": 847530018,
            "stop": 847530146
        },
        {
            "start": 862706093,
            "stop": 862706178
        },
        {
            "start": 865120221,
            "stop": 865120401
        },
        {
            "start": 865143681,
            "stop": 865143861
        },
        {
            "start": 873739859,
            "stop": 873739979
        }
    ]
}