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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=739",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=737",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 738,
    "results": [
        {
            "start": 830544187,
            "stop": 830544188
        },
        {
            "start": 830544193,
            "stop": 830544219
        },
        {
            "start": 830544223,
            "stop": 830544328
        },
        {
            "start": 830544331,
            "stop": 830544438
        },
        {
            "start": 830544441,
            "stop": 830544480
        },
        {
            "start": 830544540,
            "stop": 830544600
        },
        {
            "start": 830544666,
            "stop": 830544838
        },
        {
            "start": 830544841,
            "stop": 830545049
        },
        {
            "start": 830545053,
            "stop": 830545061
        },
        {
            "start": 830545064,
            "stop": 830545229
        },
        {
            "start": 830545529,
            "stop": 830545576
        },
        {
            "start": 830545579,
            "stop": 830546373
        },
        {
            "start": 830546376,
            "stop": 830546430
        },
        {
            "start": 830546490,
            "stop": 830546533
        },
        {
            "start": 830546536,
            "stop": 830546787
        },
        {
            "start": 830546790,
            "stop": 830546938
        },
        {
            "start": 830546947,
            "stop": 830547304
        },
        {
            "start": 830547308,
            "stop": 830547549
        },
        {
            "start": 830547893,
            "stop": 830548024
        },
        {
            "start": 830548027,
            "stop": 830548029
        }
    ]
}