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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=86",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 87,
    "results": [
        {
            "start": 931371593,
            "stop": 931371606
        },
        {
            "start": 931371608,
            "stop": 931371609
        },
        {
            "start": 931371612,
            "stop": 931371618
        },
        {
            "start": 931371622,
            "stop": 931371628
        },
        {
            "start": 931371630,
            "stop": 931371634
        },
        {
            "start": 931371635,
            "stop": 931371639
        },
        {
            "start": 931371640,
            "stop": 931371641
        },
        {
            "start": 931371646,
            "stop": 931371669
        },
        {
            "start": 931371674,
            "stop": 931371677
        },
        {
            "start": 931371679,
            "stop": 931371799
        },
        {
            "start": 931371800,
            "stop": 931371848
        },
        {
            "start": 931371850,
            "stop": 931371907
        },
        {
            "start": 931371909,
            "stop": 931371926
        },
        {
            "start": 931371928,
            "stop": 931371954
        },
        {
            "start": 931371956,
            "stop": 931372187
        },
        {
            "start": 931372189,
            "stop": 931372238
        },
        {
            "start": 931372240,
            "stop": 931372251
        },
        {
            "start": 931372255,
            "stop": 931372526
        },
        {
            "start": 931372528,
            "stop": 931372534
        },
        {
            "start": 931372535,
            "stop": 931372539
        }
    ]
}