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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=149",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 150,
    "results": [
        {
            "start": 819357216,
            "stop": 819357384
        },
        {
            "start": 819357387,
            "stop": 819358273
        },
        {
            "start": 819358366,
            "stop": 819359520
        },
        {
            "start": 819359552,
            "stop": 819360048
        },
        {
            "start": 819360168,
            "stop": 819360480
        },
        {
            "start": 819360540,
            "stop": 819360720
        },
        {
            "start": 819360780,
            "stop": 819361200
        },
        {
            "start": 819361260,
            "stop": 819361824
        },
        {
            "start": 819361856,
            "stop": 819361980
        },
        {
            "start": 819362242,
            "stop": 819362340
        },
        {
            "start": 819362460,
            "stop": 819362523
        },
        {
            "start": 819364026,
            "stop": 819365124
        },
        {
            "start": 819365127,
            "stop": 819365340
        },
        {
            "start": 819365400,
            "stop": 819366223
        },
        {
            "start": 819366404,
            "stop": 819367630
        },
        {
            "start": 819367633,
            "stop": 819368400
        },
        {
            "start": 819368520,
            "stop": 819368820
        },
        {
            "start": 819368880,
            "stop": 819368940
        },
        {
            "start": 819369060,
            "stop": 819369276
        },
        {
            "start": 819369279,
            "stop": 819370044
        }
    ]
}