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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=6",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 7,
    "results": [
        {
            "start": 816417153,
            "stop": 816427267
        },
        {
            "start": 816427270,
            "stop": 816427280
        },
        {
            "start": 816427283,
            "stop": 816427330
        },
        {
            "start": 816427334,
            "stop": 816427372
        },
        {
            "start": 816427375,
            "stop": 816427390
        },
        {
            "start": 816427393,
            "stop": 816427396
        },
        {
            "start": 816427399,
            "stop": 816427434
        },
        {
            "start": 816427437,
            "stop": 816437922
        },
        {
            "start": 816439775,
            "stop": 816440340
        },
        {
            "start": 816440343,
            "stop": 816440353
        },
        {
            "start": 816443253,
            "stop": 816443387
        },
        {
            "start": 816443390,
            "stop": 816445595
        },
        {
            "start": 816445598,
            "stop": 816445993
        },
        {
            "start": 816459130,
            "stop": 816463887
        },
        {
            "start": 816463981,
            "stop": 816464823
        },
        {
            "start": 816464909,
            "stop": 816468652
        },
        {
            "start": 816468657,
            "stop": 816473698
        },
        {
            "start": 816474324,
            "stop": 816475070
        },
        {
            "start": 816475073,
            "stop": 816476056
        },
        {
            "start": 816476059,
            "stop": 816476780
        }
    ]
}