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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=139",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 140,
    "results": [
        {
            "start": 817007072,
            "stop": 817007176
        },
        {
            "start": 817007242,
            "stop": 817007468
        },
        {
            "start": 817007497,
            "stop": 817007539
        },
        {
            "start": 817007589,
            "stop": 817007969
        },
        {
            "start": 817007990,
            "stop": 817008065
        },
        {
            "start": 817008093,
            "stop": 817009072
        },
        {
            "start": 817009093,
            "stop": 817009140
        },
        {
            "start": 817009206,
            "stop": 817009580
        },
        {
            "start": 817009604,
            "stop": 817009615
        },
        {
            "start": 817009650,
            "stop": 817009756
        },
        {
            "start": 817009773,
            "stop": 817010133
        },
        {
            "start": 817010156,
            "stop": 817010830
        },
        {
            "start": 817010911,
            "stop": 817010913
        },
        {
            "start": 817010916,
            "stop": 817010917
        },
        {
            "start": 817010923,
            "stop": 817011912
        },
        {
            "start": 817011932,
            "stop": 817012346
        },
        {
            "start": 817012366,
            "stop": 817012408
        },
        {
            "start": 817012432,
            "stop": 817013461
        },
        {
            "start": 817013498,
            "stop": 817014068
        },
        {
            "start": 817014127,
            "stop": 817014245
        }
    ]
}