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=403
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=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=402",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 403,
    "results": [
        {
            "start": 824844085,
            "stop": 824844086
        },
        {
            "start": 824844103,
            "stop": 824844112
        },
        {
            "start": 824844178,
            "stop": 824844191
        },
        {
            "start": 824844230,
            "stop": 824844239
        },
        {
            "start": 824844443,
            "stop": 824844451
        },
        {
            "start": 824844468,
            "stop": 824844509
        },
        {
            "start": 824844526,
            "stop": 824844533
        },
        {
            "start": 824844550,
            "stop": 824844639
        },
        {
            "start": 824844658,
            "stop": 824844776
        },
        {
            "start": 824846398,
            "stop": 824846457
        },
        {
            "start": 824846851,
            "stop": 824846897
        },
        {
            "start": 824847007,
            "stop": 824847426
        },
        {
            "start": 824847726,
            "stop": 824847791
        },
        {
            "start": 824847808,
            "stop": 824852111
        },
        {
            "start": 824852129,
            "stop": 824854601
        },
        {
            "start": 824854618,
            "stop": 824855066
        },
        {
            "start": 824857591,
            "stop": 824858190
        },
        {
            "start": 824858569,
            "stop": 824858936
        },
        {
            "start": 824858953,
            "stop": 824865585
        },
        {
            "start": 824865695,
            "stop": 824865773
        }
    ]
}