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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=213",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 214,
    "results": [
        {
            "start": 821673090,
            "stop": 821673146
        },
        {
            "start": 821673151,
            "stop": 821673157
        },
        {
            "start": 821673160,
            "stop": 821673196
        },
        {
            "start": 821673199,
            "stop": 821673201
        },
        {
            "start": 821673204,
            "stop": 821673215
        },
        {
            "start": 821673218,
            "stop": 821673227
        },
        {
            "start": 821673230,
            "stop": 821673239
        },
        {
            "start": 821673246,
            "stop": 821673250
        },
        {
            "start": 821673253,
            "stop": 821673297
        },
        {
            "start": 821673300,
            "stop": 821673317
        },
        {
            "start": 821673324,
            "stop": 821673335
        },
        {
            "start": 821673338,
            "stop": 821673349
        },
        {
            "start": 821673352,
            "stop": 821673372
        },
        {
            "start": 821673375,
            "stop": 821673383
        },
        {
            "start": 821673386,
            "stop": 821673451
        },
        {
            "start": 821673454,
            "stop": 821673483
        },
        {
            "start": 821673486,
            "stop": 821673520
        },
        {
            "start": 821673528,
            "stop": 821673544
        },
        {
            "start": 821673547,
            "stop": 821673549
        },
        {
            "start": 821673552,
            "stop": 821673566
        }
    ]
}