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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=280",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 281,
    "results": [
        {
            "start": 821692296,
            "stop": 821692301
        },
        {
            "start": 821692321,
            "stop": 821692322
        },
        {
            "start": 821692325,
            "stop": 821692326
        },
        {
            "start": 821692330,
            "stop": 821692332
        },
        {
            "start": 821692341,
            "stop": 821692342
        },
        {
            "start": 821692348,
            "stop": 821692357
        },
        {
            "start": 821692360,
            "stop": 821692361
        },
        {
            "start": 821692365,
            "stop": 821692370
        },
        {
            "start": 821692374,
            "stop": 821692377
        },
        {
            "start": 821692382,
            "stop": 821692385
        },
        {
            "start": 821692388,
            "stop": 821692391
        },
        {
            "start": 821692394,
            "stop": 821692395
        },
        {
            "start": 821692398,
            "stop": 821692399
        },
        {
            "start": 821692402,
            "stop": 821692404
        },
        {
            "start": 821692421,
            "stop": 821692430
        },
        {
            "start": 821692436,
            "stop": 821692437
        },
        {
            "start": 821692444,
            "stop": 821692446
        },
        {
            "start": 821692452,
            "stop": 821692454
        },
        {
            "start": 821692459,
            "stop": 821692477
        },
        {
            "start": 821692480,
            "stop": 821692485
        }
    ]
}