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=321
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=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=320",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 321,
    "results": [
        {
            "start": 821747093,
            "stop": 821747111
        },
        {
            "start": 821747114,
            "stop": 821747122
        },
        {
            "start": 821747125,
            "stop": 821747129
        },
        {
            "start": 821747132,
            "stop": 821747134
        },
        {
            "start": 821747139,
            "stop": 821747230
        },
        {
            "start": 821747236,
            "stop": 821747237
        },
        {
            "start": 821747242,
            "stop": 821747248
        },
        {
            "start": 821747251,
            "stop": 821747270
        },
        {
            "start": 821747273,
            "stop": 821747279
        },
        {
            "start": 821747282,
            "stop": 821747285
        },
        {
            "start": 821747288,
            "stop": 821747304
        },
        {
            "start": 821747307,
            "stop": 821747310
        },
        {
            "start": 821747313,
            "stop": 821747319
        },
        {
            "start": 821747325,
            "stop": 821747333
        },
        {
            "start": 821747336,
            "stop": 821747339
        },
        {
            "start": 821747342,
            "stop": 821747345
        },
        {
            "start": 821747350,
            "stop": 821747352
        },
        {
            "start": 821747365,
            "stop": 821747370
        },
        {
            "start": 821747373,
            "stop": 821747374
        },
        {
            "start": 821747377,
            "stop": 821747378
        }
    ]
}