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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=183",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 184,
    "results": [
        {
            "start": 821653992,
            "stop": 821654005
        },
        {
            "start": 821654008,
            "stop": 821654014
        },
        {
            "start": 821654017,
            "stop": 821654027
        },
        {
            "start": 821654030,
            "stop": 821654114
        },
        {
            "start": 821654117,
            "stop": 821654635
        },
        {
            "start": 821654636,
            "stop": 821657452
        },
        {
            "start": 821657459,
            "stop": 821659970
        },
        {
            "start": 821659973,
            "stop": 821660015
        },
        {
            "start": 821660018,
            "stop": 821660042
        },
        {
            "start": 821660045,
            "stop": 821660274
        },
        {
            "start": 821660277,
            "stop": 821660347
        },
        {
            "start": 821660350,
            "stop": 821660376
        },
        {
            "start": 821660379,
            "stop": 821660412
        },
        {
            "start": 821660416,
            "stop": 821660438
        },
        {
            "start": 821660441,
            "stop": 821660458
        },
        {
            "start": 821660461,
            "stop": 821660498
        },
        {
            "start": 821660501,
            "stop": 821660510
        },
        {
            "start": 821660513,
            "stop": 821660516
        },
        {
            "start": 821660519,
            "stop": 821660520
        },
        {
            "start": 821660523,
            "stop": 821660529
        }
    ]
}