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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=538",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=536",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 537,
    "results": [
        {
            "start": 1184923427,
            "stop": 1184923666
        },
        {
            "start": 1184923673,
            "stop": 1184923674
        },
        {
            "start": 1184923679,
            "stop": 1184923685
        },
        {
            "start": 1184923704,
            "stop": 1184923707
        },
        {
            "start": 1184923709,
            "stop": 1184923850
        },
        {
            "start": 1184923852,
            "stop": 1184923928
        },
        {
            "start": 1184923930,
            "stop": 1184924243
        },
        {
            "start": 1184924245,
            "stop": 1184924246
        },
        {
            "start": 1184924248,
            "stop": 1184924254
        },
        {
            "start": 1184924258,
            "stop": 1184924512
        },
        {
            "start": 1184924522,
            "stop": 1184924564
        },
        {
            "start": 1184924585,
            "stop": 1184924586
        },
        {
            "start": 1184924589,
            "stop": 1184924592
        },
        {
            "start": 1184924596,
            "stop": 1184924597
        },
        {
            "start": 1184924599,
            "stop": 1184924600
        },
        {
            "start": 1184924602,
            "stop": 1184924603
        },
        {
            "start": 1184924611,
            "stop": 1184924612
        },
        {
            "start": 1184924614,
            "stop": 1184924776
        },
        {
            "start": 1184924778,
            "stop": 1184924779
        },
        {
            "start": 1184924802,
            "stop": 1184924984
        }
    ]
}