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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=135",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 136,
    "results": [
        {
            "start": 821522122,
            "stop": 821522163
        },
        {
            "start": 821522166,
            "stop": 821522189
        },
        {
            "start": 821522195,
            "stop": 821522201
        },
        {
            "start": 821522205,
            "stop": 821522206
        },
        {
            "start": 821522209,
            "stop": 821522233
        },
        {
            "start": 821522236,
            "stop": 821522245
        },
        {
            "start": 821522248,
            "stop": 821522273
        },
        {
            "start": 821522276,
            "stop": 821522324
        },
        {
            "start": 821522327,
            "stop": 821522371
        },
        {
            "start": 821522374,
            "stop": 821522387
        },
        {
            "start": 821522390,
            "stop": 821522391
        },
        {
            "start": 821522395,
            "stop": 821522403
        },
        {
            "start": 821522406,
            "stop": 821522415
        },
        {
            "start": 821522418,
            "stop": 821522436
        },
        {
            "start": 821522439,
            "stop": 821522445
        },
        {
            "start": 821522450,
            "stop": 821522453
        },
        {
            "start": 821522456,
            "stop": 821522461
        },
        {
            "start": 821522467,
            "stop": 821522485
        },
        {
            "start": 821522488,
            "stop": 821522504
        },
        {
            "start": 821522507,
            "stop": 821522527
        }
    ]
}