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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=135",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 136,
    "results": [
        {
            "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
        },
        {
            "start": 817014249,
            "stop": 817014550
        },
        {
            "start": 817014567,
            "stop": 817014593
        },
        {
            "start": 817014612,
            "stop": 817014679
        },
        {
            "start": 817014896,
            "stop": 817015133
        },
        {
            "start": 817015161,
            "stop": 817015957
        },
        {
            "start": 817015989,
            "stop": 817017060
        }
    ]
}