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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47000",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46998",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46999,
    "results": [
        {
            "start": 875220604,
            "stop": 875220623
        },
        {
            "start": 875220629,
            "stop": 875220635
        },
        {
            "start": 875220639,
            "stop": 875220640
        },
        {
            "start": 875220641,
            "stop": 875220646
        },
        {
            "start": 875220647,
            "stop": 875220653
        },
        {
            "start": 875220655,
            "stop": 875220657
        },
        {
            "start": 875220660,
            "stop": 875220667
        },
        {
            "start": 875220668,
            "stop": 875220679
        },
        {
            "start": 875220683,
            "stop": 875220684
        },
        {
            "start": 875220687,
            "stop": 875220688
        },
        {
            "start": 875220689,
            "stop": 875220694
        },
        {
            "start": 875220698,
            "stop": 875220711
        },
        {
            "start": 875220712,
            "stop": 875220717
        },
        {
            "start": 875220718,
            "stop": 875220725
        },
        {
            "start": 875220726,
            "stop": 875220739
        },
        {
            "start": 875220743,
            "stop": 875220753
        },
        {
            "start": 875220754,
            "stop": 875220760
        },
        {
            "start": 875220761,
            "stop": 875220769
        },
        {
            "start": 875220771,
            "stop": 875220778
        },
        {
            "start": 875220785,
            "stop": 875220790
        }
    ]
}