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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=96",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 97,
    "results": [
        {
            "start": 824804129,
            "stop": 824804169
        },
        {
            "start": 824804171,
            "stop": 824804194
        },
        {
            "start": 824806546,
            "stop": 824821943
        },
        {
            "start": 824823698,
            "stop": 824823753
        },
        {
            "start": 824823755,
            "stop": 824823805
        },
        {
            "start": 824823807,
            "stop": 824823826
        },
        {
            "start": 824823828,
            "stop": 824823830
        },
        {
            "start": 824828992,
            "stop": 824831212
        },
        {
            "start": 824832734,
            "stop": 824834465
        },
        {
            "start": 824836953,
            "stop": 824847552
        },
        {
            "start": 824847554,
            "stop": 824851775
        },
        {
            "start": 824857009,
            "stop": 824863630
        },
        {
            "start": 824863724,
            "stop": 824865969
        },
        {
            "start": 824869525,
            "stop": 824884537
        },
        {
            "start": 824884539,
            "stop": 824887187
        },
        {
            "start": 824887189,
            "stop": 824888867
        },
        {
            "start": 824888869,
            "stop": 824888873
        },
        {
            "start": 824888876,
            "stop": 824888877
        },
        {
            "start": 824888879,
            "stop": 824888880
        },
        {
            "start": 824888881,
            "stop": 824889120
        }
    ]
}