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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=695",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=693",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 694,
    "results": [
        {
            "start": 830106874,
            "stop": 830107161
        },
        {
            "start": 830107178,
            "stop": 830107309
        },
        {
            "start": 830107327,
            "stop": 830108531
        },
        {
            "start": 830108548,
            "stop": 830109754
        },
        {
            "start": 830109757,
            "stop": 830110010
        },
        {
            "start": 830110014,
            "stop": 830110994
        },
        {
            "start": 830111019,
            "stop": 830111580
        },
        {
            "start": 830111656,
            "stop": 830111662
        },
        {
            "start": 830111683,
            "stop": 830113114
        },
        {
            "start": 830113532,
            "stop": 830113709
        },
        {
            "start": 830118322,
            "stop": 830118567
        },
        {
            "start": 830118597,
            "stop": 830118661
        },
        {
            "start": 830118680,
            "stop": 830118745
        },
        {
            "start": 830118766,
            "stop": 830118770
        },
        {
            "start": 830118794,
            "stop": 830118819
        },
        {
            "start": 830118841,
            "stop": 830118843
        },
        {
            "start": 830118985,
            "stop": 830118988
        },
        {
            "start": 830119110,
            "stop": 830119122
        },
        {
            "start": 830119530,
            "stop": 830119533
        },
        {
            "start": 830119979,
            "stop": 830119991
        }
    ]
}