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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=87",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 88,
    "results": [
        {
            "start": 1174091370,
            "stop": 1174092753
        },
        {
            "start": 1174092759,
            "stop": 1174092760
        },
        {
            "start": 1174092763,
            "stop": 1174094167
        },
        {
            "start": 1174094170,
            "stop": 1174094171
        },
        {
            "start": 1174094173,
            "stop": 1174094717
        },
        {
            "start": 1174094721,
            "stop": 1174097961
        },
        {
            "start": 1174097962,
            "stop": 1174097966
        },
        {
            "start": 1174097968,
            "stop": 1174099238
        },
        {
            "start": 1174099239,
            "stop": 1174099245
        },
        {
            "start": 1174099246,
            "stop": 1174099740
        },
        {
            "start": 1174099741,
            "stop": 1174099743
        },
        {
            "start": 1174099747,
            "stop": 1174099819
        },
        {
            "start": 1174099823,
            "stop": 1174100308
        },
        {
            "start": 1174100314,
            "stop": 1174100889
        },
        {
            "start": 1174100893,
            "stop": 1174101783
        },
        {
            "start": 1174101788,
            "stop": 1174101789
        },
        {
            "start": 1174101790,
            "stop": 1174101791
        },
        {
            "start": 1174101793,
            "stop": 1174101795
        },
        {
            "start": 1174101797,
            "stop": 1174102844
        },
        {
            "start": 1174102851,
            "stop": 1174116896
        }
    ]
}