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=4590
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=4591",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4589",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4590,
    "results": [
        {
            "start": 969109333,
            "stop": 969109598
        },
        {
            "start": 969109658,
            "stop": 969109898
        },
        {
            "start": 969110018,
            "stop": 969110045
        },
        {
            "start": 969110048,
            "stop": 969110087
        },
        {
            "start": 969110090,
            "stop": 969110228
        },
        {
            "start": 969110231,
            "stop": 969110307
        },
        {
            "start": 969110310,
            "stop": 969110311
        },
        {
            "start": 969124000,
            "stop": 969124030
        },
        {
            "start": 969124034,
            "stop": 969124390
        },
        {
            "start": 969124393,
            "stop": 969124452
        },
        {
            "start": 969124455,
            "stop": 969124512
        },
        {
            "start": 969124515,
            "stop": 969124757
        },
        {
            "start": 969124760,
            "stop": 969125008
        },
        {
            "start": 969125011,
            "stop": 969125238
        },
        {
            "start": 969125241,
            "stop": 969125377
        },
        {
            "start": 969125380,
            "stop": 969125656
        },
        {
            "start": 969125659,
            "stop": 969125841
        },
        {
            "start": 969125845,
            "stop": 969125904
        },
        {
            "start": 969125908,
            "stop": 969125924
        },
        {
            "start": 969125927,
            "stop": 969125980
        }
    ]
}