Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=31",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 32,
    "results": [
        {
            "start": 817217391,
            "stop": 817217491
        },
        {
            "start": 817217502,
            "stop": 817217505
        },
        {
            "start": 817217513,
            "stop": 817217778
        },
        {
            "start": 817217791,
            "stop": 817218062
        },
        {
            "start": 817223233,
            "stop": 817225013
        },
        {
            "start": 817225024,
            "stop": 817226621
        },
        {
            "start": 817226629,
            "stop": 817227233
        },
        {
            "start": 817227241,
            "stop": 817227256
        },
        {
            "start": 817227265,
            "stop": 817227300
        },
        {
            "start": 817227315,
            "stop": 817227321
        },
        {
            "start": 817227331,
            "stop": 817229108
        },
        {
            "start": 817229118,
            "stop": 817229151
        },
        {
            "start": 817229159,
            "stop": 817229232
        },
        {
            "start": 817229244,
            "stop": 817229328
        },
        {
            "start": 817230920,
            "stop": 817231726
        },
        {
            "start": 817232358,
            "stop": 817232402
        },
        {
            "start": 817232410,
            "stop": 817232530
        },
        {
            "start": 817232537,
            "stop": 817232698
        },
        {
            "start": 817232705,
            "stop": 817232719
        },
        {
            "start": 817232730,
            "stop": 817232763
        }
    ]
}