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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1996",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1994",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1995,
    "results": [
        {
            "start": 857153238,
            "stop": 857157377
        },
        {
            "start": 857157383,
            "stop": 857160290
        },
        {
            "start": 857160295,
            "stop": 857161840
        },
        {
            "start": 857161845,
            "stop": 857161870
        },
        {
            "start": 857161875,
            "stop": 857162067
        },
        {
            "start": 857162073,
            "stop": 857162077
        },
        {
            "start": 857162083,
            "stop": 857162092
        },
        {
            "start": 857162098,
            "stop": 857162988
        },
        {
            "start": 857163125,
            "stop": 857165125
        },
        {
            "start": 857165133,
            "stop": 857165140
        },
        {
            "start": 857165145,
            "stop": 857165147
        },
        {
            "start": 857165155,
            "stop": 857167032
        },
        {
            "start": 857167038,
            "stop": 857167060
        },
        {
            "start": 857167070,
            "stop": 857167085
        },
        {
            "start": 857167090,
            "stop": 857168114
        },
        {
            "start": 857168117,
            "stop": 857168990
        },
        {
            "start": 857168995,
            "stop": 857169281
        },
        {
            "start": 857170484,
            "stop": 857214883
        },
        {
            "start": 857215522,
            "stop": 857232137
        },
        {
            "start": 857251150,
            "stop": 857253232
        }
    ]
}