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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=193",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 194,
    "results": [
        {
            "start": 820437824,
            "stop": 820437846
        },
        {
            "start": 820437857,
            "stop": 820437938
        },
        {
            "start": 820437946,
            "stop": 820438025
        },
        {
            "start": 820438033,
            "stop": 820438034
        },
        {
            "start": 820438042,
            "stop": 820438199
        },
        {
            "start": 820438209,
            "stop": 820438213
        },
        {
            "start": 820443058,
            "stop": 820443112
        },
        {
            "start": 820443121,
            "stop": 820443291
        },
        {
            "start": 820443299,
            "stop": 820443414
        },
        {
            "start": 820443423,
            "stop": 820443518
        },
        {
            "start": 820443533,
            "stop": 820443570
        },
        {
            "start": 820443578,
            "stop": 820443635
        },
        {
            "start": 820443642,
            "stop": 820443709
        },
        {
            "start": 820443716,
            "stop": 820443751
        },
        {
            "start": 820443762,
            "stop": 820444109
        },
        {
            "start": 820444116,
            "stop": 820444203
        },
        {
            "start": 820444213,
            "stop": 820444323
        },
        {
            "start": 820444333,
            "stop": 820444349
        },
        {
            "start": 820444370,
            "stop": 820444631
        },
        {
            "start": 820444642,
            "stop": 820444688
        }
    ]
}