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/L1_CBCLOW_CAT2/segments?format=api&page=117
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=116",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 117,
    "results": [
        {
            "start": 818235318,
            "stop": 818235321
        },
        {
            "start": 818235390,
            "stop": 818235394
        },
        {
            "start": 818235496,
            "stop": 818235497
        },
        {
            "start": 818235518,
            "stop": 818235520
        },
        {
            "start": 818235636,
            "stop": 818235637
        },
        {
            "start": 818235723,
            "stop": 818235724
        },
        {
            "start": 818235826,
            "stop": 818235833
        },
        {
            "start": 818236240,
            "stop": 818236242
        },
        {
            "start": 818236261,
            "stop": 818236262
        },
        {
            "start": 818236315,
            "stop": 818236317
        },
        {
            "start": 818236334,
            "stop": 818236335
        },
        {
            "start": 818236358,
            "stop": 818236359
        },
        {
            "start": 818236710,
            "stop": 818236713
        },
        {
            "start": 818236768,
            "stop": 818236771
        },
        {
            "start": 818236801,
            "stop": 818236802
        },
        {
            "start": 818236978,
            "stop": 818236982
        },
        {
            "start": 818237061,
            "stop": 818237067
        },
        {
            "start": 818237432,
            "stop": 818237433
        },
        {
            "start": 818237634,
            "stop": 818237639
        },
        {
            "start": 818237714,
            "stop": 818237717
        }
    ]
}