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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4116",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4117,
    "results": [
        {
            "start": 874241095,
            "stop": 874241127
        },
        {
            "start": 874241146,
            "stop": 874241164
        },
        {
            "start": 874241188,
            "stop": 874241211
        },
        {
            "start": 874241230,
            "stop": 874241319
        },
        {
            "start": 874241341,
            "stop": 874241508
        },
        {
            "start": 874241531,
            "stop": 874241578
        },
        {
            "start": 874241597,
            "stop": 874241641
        },
        {
            "start": 874241662,
            "stop": 874241675
        },
        {
            "start": 874241694,
            "stop": 874241770
        },
        {
            "start": 874241789,
            "stop": 874241864
        },
        {
            "start": 874241883,
            "stop": 874241936
        },
        {
            "start": 874241955,
            "stop": 874242091
        },
        {
            "start": 874242111,
            "stop": 874242316
        },
        {
            "start": 874242335,
            "stop": 874242453
        },
        {
            "start": 874242472,
            "stop": 874242640
        },
        {
            "start": 874242781,
            "stop": 874242812
        },
        {
            "start": 874242831,
            "stop": 874242853
        },
        {
            "start": 874242872,
            "stop": 874242932
        },
        {
            "start": 874242951,
            "stop": 874243054
        },
        {
            "start": 874243073,
            "stop": 874243111
        }
    ]
}