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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=322",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 323,
    "results": [
        {
            "start": 828930256,
            "stop": 828930281
        },
        {
            "start": 828930283,
            "stop": 828930284
        },
        {
            "start": 828930288,
            "stop": 828930293
        },
        {
            "start": 828930295,
            "stop": 828930303
        },
        {
            "start": 828930305,
            "stop": 828930308
        },
        {
            "start": 828930310,
            "stop": 828930317
        },
        {
            "start": 828930319,
            "stop": 828930322
        },
        {
            "start": 828930324,
            "stop": 828930326
        },
        {
            "start": 828930328,
            "stop": 828930331
        },
        {
            "start": 828930333,
            "stop": 828930344
        },
        {
            "start": 828930346,
            "stop": 828930354
        },
        {
            "start": 828930357,
            "stop": 828930358
        },
        {
            "start": 828930360,
            "stop": 828930362
        },
        {
            "start": 828930364,
            "stop": 828930369
        },
        {
            "start": 828930371,
            "stop": 828930373
        },
        {
            "start": 828930377,
            "stop": 828930378
        },
        {
            "start": 828930382,
            "stop": 828930394
        },
        {
            "start": 828930400,
            "stop": 828930408
        },
        {
            "start": 828930410,
            "stop": 828930416
        },
        {
            "start": 828930418,
            "stop": 828930422
        }
    ]
}