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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40697",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40695",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40696,
    "results": [
        {
            "start": 874937721,
            "stop": 874937751
        },
        {
            "start": 874937753,
            "stop": 874937761
        },
        {
            "start": 874937763,
            "stop": 874937783
        },
        {
            "start": 874937784,
            "stop": 874937794
        },
        {
            "start": 874937795,
            "stop": 874937847
        },
        {
            "start": 874937849,
            "stop": 874937861
        },
        {
            "start": 874937863,
            "stop": 874937889
        },
        {
            "start": 874937891,
            "stop": 874937932
        },
        {
            "start": 874937934,
            "stop": 874937988
        },
        {
            "start": 874937989,
            "stop": 874937996
        },
        {
            "start": 874937997,
            "stop": 874938007
        },
        {
            "start": 874938008,
            "stop": 874938017
        },
        {
            "start": 874938019,
            "stop": 874938038
        },
        {
            "start": 874938040,
            "stop": 874938056
        },
        {
            "start": 874938057,
            "stop": 874938060
        },
        {
            "start": 874938062,
            "stop": 874938097
        },
        {
            "start": 874938099,
            "stop": 874938123
        },
        {
            "start": 874938125,
            "stop": 874938145
        },
        {
            "start": 874938148,
            "stop": 874938166
        },
        {
            "start": 874938167,
            "stop": 874938214
        }
    ]
}