Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46682
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=46683",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46681",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46682,
    "results": [
        {
            "start": 875045703,
            "stop": 875045720
        },
        {
            "start": 875045721,
            "stop": 875045722
        },
        {
            "start": 875045723,
            "stop": 875045743
        },
        {
            "start": 875045746,
            "stop": 875045758
        },
        {
            "start": 875045760,
            "stop": 875045766
        },
        {
            "start": 875045767,
            "stop": 875045777
        },
        {
            "start": 875045778,
            "stop": 875045780
        },
        {
            "start": 875045781,
            "stop": 875045783
        },
        {
            "start": 875045784,
            "stop": 875045794
        },
        {
            "start": 875045796,
            "stop": 875045797
        },
        {
            "start": 875045800,
            "stop": 875045813
        },
        {
            "start": 875045814,
            "stop": 875045828
        },
        {
            "start": 875045830,
            "stop": 875045841
        },
        {
            "start": 875045842,
            "stop": 875045855
        },
        {
            "start": 875045856,
            "stop": 875045859
        },
        {
            "start": 875045860,
            "stop": 875045875
        },
        {
            "start": 875045876,
            "stop": 875045929
        },
        {
            "start": 875045931,
            "stop": 875045936
        },
        {
            "start": 875045937,
            "stop": 875045944
        },
        {
            "start": 875045945,
            "stop": 875045949
        }
    ]
}