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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=331",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 332,
    "results": [
        {
            "start": 818748150,
            "stop": 818748151
        },
        {
            "start": 818748234,
            "stop": 818748331
        },
        {
            "start": 818748406,
            "stop": 818748411
        },
        {
            "start": 818748448,
            "stop": 818748480
        },
        {
            "start": 818748521,
            "stop": 818748588
        },
        {
            "start": 818748607,
            "stop": 818748633
        },
        {
            "start": 818748652,
            "stop": 818748698
        },
        {
            "start": 818748719,
            "stop": 818748789
        },
        {
            "start": 818748893,
            "stop": 818748964
        },
        {
            "start": 818748989,
            "stop": 818749062
        },
        {
            "start": 818749097,
            "stop": 818749107
        },
        {
            "start": 818749142,
            "stop": 818749262
        },
        {
            "start": 818749342,
            "stop": 818749476
        },
        {
            "start": 818749519,
            "stop": 818749552
        },
        {
            "start": 818749594,
            "stop": 818749620
        },
        {
            "start": 818749648,
            "stop": 818749656
        },
        {
            "start": 818749682,
            "stop": 818749687
        },
        {
            "start": 818749756,
            "stop": 818749800
        },
        {
            "start": 818749887,
            "stop": 818749892
        },
        {
            "start": 818749934,
            "stop": 818749938
        }
    ]
}