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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=74",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 75,
    "results": [
        {
            "start": 931267447,
            "stop": 931267465
        },
        {
            "start": 931267467,
            "stop": 931267493
        },
        {
            "start": 931267495,
            "stop": 931267502
        },
        {
            "start": 931267504,
            "stop": 931267515
        },
        {
            "start": 931267516,
            "stop": 931267533
        },
        {
            "start": 931267534,
            "stop": 931267554
        },
        {
            "start": 931267556,
            "stop": 931267613
        },
        {
            "start": 931267617,
            "stop": 931267618
        },
        {
            "start": 931267620,
            "stop": 931267648
        },
        {
            "start": 931267652,
            "stop": 931267680
        },
        {
            "start": 931267682,
            "stop": 931267694
        },
        {
            "start": 931267696,
            "stop": 931267699
        },
        {
            "start": 931267700,
            "stop": 931267719
        },
        {
            "start": 931267721,
            "stop": 931267726
        },
        {
            "start": 931267727,
            "stop": 931267731
        },
        {
            "start": 931267733,
            "stop": 931267737
        },
        {
            "start": 931267739,
            "stop": 931267772
        },
        {
            "start": 931267774,
            "stop": 931267786
        },
        {
            "start": 931267788,
            "stop": 931267804
        },
        {
            "start": 931267806,
            "stop": 931267809
        }
    ]
}