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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16820",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16818",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16819,
    "results": [
        {
            "start": 875201917,
            "stop": 875202347
        },
        {
            "start": 875202349,
            "stop": 875202431
        },
        {
            "start": 875202434,
            "stop": 875202572
        },
        {
            "start": 875202573,
            "stop": 875202859
        },
        {
            "start": 875202861,
            "stop": 875203178
        },
        {
            "start": 875203179,
            "stop": 875203231
        },
        {
            "start": 875203232,
            "stop": 875203277
        },
        {
            "start": 875203323,
            "stop": 875203346
        },
        {
            "start": 875203349,
            "stop": 875203376
        },
        {
            "start": 875203378,
            "stop": 875203380
        },
        {
            "start": 875203440,
            "stop": 875203493
        },
        {
            "start": 875203494,
            "stop": 875203523
        },
        {
            "start": 875203524,
            "stop": 875203625
        },
        {
            "start": 875203626,
            "stop": 875203718
        },
        {
            "start": 875203721,
            "stop": 875203730
        },
        {
            "start": 875203731,
            "stop": 875203734
        },
        {
            "start": 875203738,
            "stop": 875203804
        },
        {
            "start": 875203805,
            "stop": 875203821
        },
        {
            "start": 875203822,
            "stop": 875204328
        },
        {
            "start": 875204332,
            "stop": 875204414
        }
    ]
}