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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=33",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 34,
    "results": [
        {
            "start": 931174288,
            "stop": 931174304
        },
        {
            "start": 931174306,
            "stop": 931174390
        },
        {
            "start": 931174392,
            "stop": 931174420
        },
        {
            "start": 931174422,
            "stop": 931174442
        },
        {
            "start": 931174444,
            "stop": 931174508
        },
        {
            "start": 931174510,
            "stop": 931174549
        },
        {
            "start": 931174550,
            "stop": 931174552
        },
        {
            "start": 931174554,
            "stop": 931174568
        },
        {
            "start": 931174570,
            "stop": 931174574
        },
        {
            "start": 931174576,
            "stop": 931174590
        },
        {
            "start": 931174592,
            "stop": 931174593
        },
        {
            "start": 931174598,
            "stop": 931174636
        },
        {
            "start": 931174641,
            "stop": 931174642
        },
        {
            "start": 931174643,
            "stop": 931174655
        },
        {
            "start": 931174658,
            "stop": 931174670
        },
        {
            "start": 931174671,
            "stop": 931174692
        },
        {
            "start": 931174696,
            "stop": 931174709
        },
        {
            "start": 931174712,
            "stop": 931174761
        },
        {
            "start": 931174763,
            "stop": 931174787
        },
        {
            "start": 931174789,
            "stop": 931174807
        }
    ]
}