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=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=345",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 346,
    "results": [
        {
            "start": 821753230,
            "stop": 821753233
        },
        {
            "start": 821753236,
            "stop": 821753238
        },
        {
            "start": 821753241,
            "stop": 821753252
        },
        {
            "start": 821753255,
            "stop": 821753262
        },
        {
            "start": 821753265,
            "stop": 821753269
        },
        {
            "start": 821753272,
            "stop": 821753274
        },
        {
            "start": 821753277,
            "stop": 821753279
        },
        {
            "start": 821753282,
            "stop": 821753284
        },
        {
            "start": 821753292,
            "stop": 821753294
        },
        {
            "start": 821753297,
            "stop": 821753306
        },
        {
            "start": 821753309,
            "stop": 821753338
        },
        {
            "start": 821753341,
            "stop": 821753395
        },
        {
            "start": 821753398,
            "stop": 821753403
        },
        {
            "start": 821753406,
            "stop": 821753409
        },
        {
            "start": 821753412,
            "stop": 821753419
        },
        {
            "start": 821753422,
            "stop": 821753444
        },
        {
            "start": 821753447,
            "stop": 821753449
        },
        {
            "start": 821753453,
            "stop": 821753454
        },
        {
            "start": 821753457,
            "stop": 821753507
        },
        {
            "start": 821753516,
            "stop": 821753534
        }
    ]
}