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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=166",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 167,
    "results": [
        {
            "start": 931427124,
            "stop": 931427134
        },
        {
            "start": 931427136,
            "stop": 931427158
        },
        {
            "start": 931427160,
            "stop": 931427165
        },
        {
            "start": 931427167,
            "stop": 931427255
        },
        {
            "start": 931427257,
            "stop": 931427283
        },
        {
            "start": 931427286,
            "stop": 931427289
        },
        {
            "start": 931427291,
            "stop": 931427325
        },
        {
            "start": 931427327,
            "stop": 931427371
        },
        {
            "start": 931427373,
            "stop": 931427381
        },
        {
            "start": 931427383,
            "stop": 931427384
        },
        {
            "start": 931427386,
            "stop": 931427415
        },
        {
            "start": 931427417,
            "stop": 931427421
        },
        {
            "start": 931427425,
            "stop": 931427429
        },
        {
            "start": 931427431,
            "stop": 931427432
        },
        {
            "start": 931427438,
            "stop": 931427441
        },
        {
            "start": 931427444,
            "stop": 931427475
        },
        {
            "start": 931427477,
            "stop": 931427480
        },
        {
            "start": 931427483,
            "stop": 931427510
        },
        {
            "start": 931427512,
            "stop": 931427515
        },
        {
            "start": 931427517,
            "stop": 931427518
        }
    ]
}