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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7439",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7437",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7438,
    "results": [
        {
            "start": 969997404,
            "stop": 969997440
        },
        {
            "start": 969997443,
            "stop": 969997474
        },
        {
            "start": 969997477,
            "stop": 969997487
        },
        {
            "start": 969997607,
            "stop": 969997711
        },
        {
            "start": 969997714,
            "stop": 969997719
        },
        {
            "start": 969997847,
            "stop": 969997912
        },
        {
            "start": 969997915,
            "stop": 969997920
        },
        {
            "start": 969997923,
            "stop": 969997975
        },
        {
            "start": 969997978,
            "stop": 969998099
        },
        {
            "start": 969998103,
            "stop": 969998267
        },
        {
            "start": 969998399,
            "stop": 969998410
        },
        {
            "start": 969998413,
            "stop": 969998745
        },
        {
            "start": 969998927,
            "stop": 969999196
        },
        {
            "start": 969999199,
            "stop": 969999227
        },
        {
            "start": 969999287,
            "stop": 969999325
        },
        {
            "start": 969999328,
            "stop": 969999629
        },
        {
            "start": 969999632,
            "stop": 969999914
        },
        {
            "start": 969999917,
            "stop": 969999932
        },
        {
            "start": 969999935,
            "stop": 969999952
        },
        {
            "start": 969999955,
            "stop": 970000079
        }
    ]
}