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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=444",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=442",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 443,
    "results": [
        {
            "start": 821775200,
            "stop": 821775205
        },
        {
            "start": 821775209,
            "stop": 821775215
        },
        {
            "start": 821775218,
            "stop": 821775223
        },
        {
            "start": 821775232,
            "stop": 821775239
        },
        {
            "start": 821775242,
            "stop": 821775261
        },
        {
            "start": 821775264,
            "stop": 821775267
        },
        {
            "start": 821775279,
            "stop": 821775280
        },
        {
            "start": 821775288,
            "stop": 821775289
        },
        {
            "start": 821775294,
            "stop": 821775302
        },
        {
            "start": 821775305,
            "stop": 821775306
        },
        {
            "start": 821775309,
            "stop": 821775324
        },
        {
            "start": 821775327,
            "stop": 821775337
        },
        {
            "start": 821775343,
            "stop": 821775350
        },
        {
            "start": 821775353,
            "stop": 821775358
        },
        {
            "start": 821775361,
            "stop": 821775362
        },
        {
            "start": 821775365,
            "stop": 821775369
        },
        {
            "start": 821775372,
            "stop": 821775373
        },
        {
            "start": 821775384,
            "stop": 821775387
        },
        {
            "start": 821775396,
            "stop": 821775419
        },
        {
            "start": 821775423,
            "stop": 821775424
        }
    ]
}