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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=158",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 159,
    "results": [
        {
            "start": 931404038,
            "stop": 931404039
        },
        {
            "start": 931404040,
            "stop": 931404041
        },
        {
            "start": 931404043,
            "stop": 931404046
        },
        {
            "start": 931404048,
            "stop": 931404049
        },
        {
            "start": 931404050,
            "stop": 931404051
        },
        {
            "start": 931404053,
            "stop": 931404059
        },
        {
            "start": 931404060,
            "stop": 931404076
        },
        {
            "start": 931404078,
            "stop": 931404092
        },
        {
            "start": 931404093,
            "stop": 931404096
        },
        {
            "start": 931404098,
            "stop": 931404127
        },
        {
            "start": 931404129,
            "stop": 931404139
        },
        {
            "start": 931404141,
            "stop": 931404162
        },
        {
            "start": 931404163,
            "stop": 931404202
        },
        {
            "start": 931404204,
            "stop": 931404205
        },
        {
            "start": 931404206,
            "stop": 931404217
        },
        {
            "start": 931404219,
            "stop": 931404225
        },
        {
            "start": 931404227,
            "stop": 931404286
        },
        {
            "start": 931404288,
            "stop": 931404289
        },
        {
            "start": 931404290,
            "stop": 931404291
        },
        {
            "start": 931404293,
            "stop": 931404315
        }
    ]
}