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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9961",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9962,
    "results": [
        {
            "start": 871822470,
            "stop": 871822471
        },
        {
            "start": 871822533,
            "stop": 871822536
        },
        {
            "start": 871822608,
            "stop": 871822882
        },
        {
            "start": 871822918,
            "stop": 871823160
        },
        {
            "start": 871823168,
            "stop": 871823198
        },
        {
            "start": 871823236,
            "stop": 871823278
        },
        {
            "start": 871823314,
            "stop": 871823479
        },
        {
            "start": 871823515,
            "stop": 871823691
        },
        {
            "start": 871823708,
            "stop": 871823910
        },
        {
            "start": 871823946,
            "stop": 871823970
        },
        {
            "start": 871824006,
            "stop": 871824012
        },
        {
            "start": 871824079,
            "stop": 871824129
        },
        {
            "start": 871824165,
            "stop": 871824176
        },
        {
            "start": 871824212,
            "stop": 871824335
        },
        {
            "start": 871824371,
            "stop": 871824412
        },
        {
            "start": 871824449,
            "stop": 871825700
        },
        {
            "start": 871825890,
            "stop": 871825988
        },
        {
            "start": 871826037,
            "stop": 871826125
        },
        {
            "start": 871826186,
            "stop": 871826290
        },
        {
            "start": 871826427,
            "stop": 871826435
        }
    ]
}