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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=243",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 244,
    "results": [
        {
            "start": 933267452,
            "stop": 933267534
        },
        {
            "start": 933267539,
            "stop": 933268138
        },
        {
            "start": 933268143,
            "stop": 933268962
        },
        {
            "start": 933268963,
            "stop": 933269038
        },
        {
            "start": 933269043,
            "stop": 933269204
        },
        {
            "start": 933269205,
            "stop": 933270991
        },
        {
            "start": 933270997,
            "stop": 933271016
        },
        {
            "start": 933271021,
            "stop": 933271341
        },
        {
            "start": 933271346,
            "stop": 933271686
        },
        {
            "start": 933271704,
            "stop": 933271721
        },
        {
            "start": 933271727,
            "stop": 933271743
        },
        {
            "start": 933271748,
            "stop": 933271815
        },
        {
            "start": 933271832,
            "stop": 933271885
        },
        {
            "start": 933271890,
            "stop": 933271903
        },
        {
            "start": 933271919,
            "stop": 933271979
        },
        {
            "start": 933271984,
            "stop": 933272021
        },
        {
            "start": 933272022,
            "stop": 933272038
        },
        {
            "start": 933272043,
            "stop": 933272044
        },
        {
            "start": 933272063,
            "stop": 933272092
        },
        {
            "start": 933272097,
            "stop": 933272132
        }
    ]
}