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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8145",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8146,
    "results": [
        {
            "start": 970987128,
            "stop": 970987317
        },
        {
            "start": 970987320,
            "stop": 970987393
        },
        {
            "start": 970987396,
            "stop": 970987559
        },
        {
            "start": 970987572,
            "stop": 970987668
        },
        {
            "start": 970987671,
            "stop": 970988045
        },
        {
            "start": 970988048,
            "stop": 970988066
        },
        {
            "start": 970988069,
            "stop": 970988086
        },
        {
            "start": 970988089,
            "stop": 970988429
        },
        {
            "start": 970988432,
            "stop": 970988581
        },
        {
            "start": 970988584,
            "stop": 970988608
        },
        {
            "start": 970988611,
            "stop": 970988777
        },
        {
            "start": 970988780,
            "stop": 970988809
        },
        {
            "start": 970988812,
            "stop": 970988832
        },
        {
            "start": 970988835,
            "stop": 970988893
        },
        {
            "start": 970988896,
            "stop": 970988992
        },
        {
            "start": 970988995,
            "stop": 970989016
        },
        {
            "start": 970989019,
            "stop": 970989063
        },
        {
            "start": 970989066,
            "stop": 970989067
        },
        {
            "start": 970989070,
            "stop": 970989109
        },
        {
            "start": 970989112,
            "stop": 970989130
        }
    ]
}