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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=125",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 126,
    "results": [
        {
            "start": 826853406,
            "stop": 826874112
        },
        {
            "start": 826874219,
            "stop": 826883090
        },
        {
            "start": 826884505,
            "stop": 826887880
        },
        {
            "start": 826888565,
            "stop": 826892862
        },
        {
            "start": 826906267,
            "stop": 826907155
        },
        {
            "start": 826910611,
            "stop": 826912076
        },
        {
            "start": 826913104,
            "stop": 826916567
        },
        {
            "start": 826927902,
            "stop": 826928104
        },
        {
            "start": 826929559,
            "stop": 826930062
        },
        {
            "start": 826931006,
            "stop": 826931507
        },
        {
            "start": 826932017,
            "stop": 826932998
        },
        {
            "start": 826933750,
            "stop": 826936333
        },
        {
            "start": 826937626,
            "stop": 826939564
        },
        {
            "start": 826939633,
            "stop": 826945435
        },
        {
            "start": 826946716,
            "stop": 826955801
        },
        {
            "start": 826957145,
            "stop": 826971500
        },
        {
            "start": 826973081,
            "stop": 826980893
        },
        {
            "start": 826980997,
            "stop": 826981648
        },
        {
            "start": 826981956,
            "stop": 826981969
        },
        {
            "start": 826982904,
            "stop": 826985751
        }
    ]
}