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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2098",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2096",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2097,
    "results": [
        {
            "start": 871822555,
            "stop": 871822559
        },
        {
            "start": 871822591,
            "stop": 871822882
        },
        {
            "start": 871822901,
            "stop": 871823198
        },
        {
            "start": 871823219,
            "stop": 871823278
        },
        {
            "start": 871823297,
            "stop": 871823479
        },
        {
            "start": 871823498,
            "stop": 871823910
        },
        {
            "start": 871823929,
            "stop": 871823970
        },
        {
            "start": 871823989,
            "stop": 871824012
        },
        {
            "start": 871824062,
            "stop": 871824129
        },
        {
            "start": 871824148,
            "stop": 871824176
        },
        {
            "start": 871824195,
            "stop": 871824335
        },
        {
            "start": 871824354,
            "stop": 871824412
        },
        {
            "start": 871824432,
            "stop": 871825700
        },
        {
            "start": 871825721,
            "stop": 871825737
        },
        {
            "start": 871825756,
            "stop": 871825771
        },
        {
            "start": 871825822,
            "stop": 871825837
        },
        {
            "start": 871825873,
            "stop": 871825988
        },
        {
            "start": 871826007,
            "stop": 871826125
        },
        {
            "start": 871826169,
            "stop": 871826290
        },
        {
            "start": 871826309,
            "stop": 871826315
        }
    ]
}