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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=283",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 284,
    "results": [
        {
            "start": 828341098,
            "stop": 828341138
        },
        {
            "start": 828341140,
            "stop": 828341150
        },
        {
            "start": 828341151,
            "stop": 828341181
        },
        {
            "start": 828341183,
            "stop": 828341201
        },
        {
            "start": 828341203,
            "stop": 828341211
        },
        {
            "start": 828341215,
            "stop": 828341230
        },
        {
            "start": 828341232,
            "stop": 828341240
        },
        {
            "start": 828341242,
            "stop": 828341252
        },
        {
            "start": 828341254,
            "stop": 828341256
        },
        {
            "start": 828341258,
            "stop": 828341259
        },
        {
            "start": 828341261,
            "stop": 828341262
        },
        {
            "start": 828341264,
            "stop": 828341267
        },
        {
            "start": 828341269,
            "stop": 828341270
        },
        {
            "start": 828341273,
            "stop": 828341275
        },
        {
            "start": 828341277,
            "stop": 828341284
        },
        {
            "start": 828341287,
            "stop": 828341293
        },
        {
            "start": 828341296,
            "stop": 828341297
        },
        {
            "start": 828341299,
            "stop": 828341304
        },
        {
            "start": 828341310,
            "stop": 828341314
        },
        {
            "start": 828341316,
            "stop": 828341320
        }
    ]
}