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=347
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=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=346",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 347,
    "results": [
        {
            "start": 824062952,
            "stop": 824063663
        },
        {
            "start": 824063668,
            "stop": 824064628
        },
        {
            "start": 824071547,
            "stop": 824074262
        },
        {
            "start": 824090845,
            "stop": 824095268
        },
        {
            "start": 824095273,
            "stop": 824095795
        },
        {
            "start": 824096688,
            "stop": 824100268
        },
        {
            "start": 824100273,
            "stop": 824105604
        },
        {
            "start": 824105610,
            "stop": 824113311
        },
        {
            "start": 824113319,
            "stop": 824113348
        },
        {
            "start": 824113353,
            "stop": 824113370
        },
        {
            "start": 824113376,
            "stop": 824113426
        },
        {
            "start": 824113431,
            "stop": 824113475
        },
        {
            "start": 824113480,
            "stop": 824113494
        },
        {
            "start": 824114252,
            "stop": 824119878
        },
        {
            "start": 824119883,
            "stop": 824128356
        },
        {
            "start": 824128364,
            "stop": 824128409
        },
        {
            "start": 824128947,
            "stop": 824130978
        },
        {
            "start": 824130983,
            "stop": 824131245
        },
        {
            "start": 824131322,
            "stop": 824131497
        },
        {
            "start": 824131973,
            "stop": 824131992
        }
    ]
}