Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=369
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=368",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 369,
    "results": [
        {
            "start": 872691998,
            "stop": 872697319
        },
        {
            "start": 872699114,
            "stop": 872701314
        },
        {
            "start": 872701570,
            "stop": 872702813
        },
        {
            "start": 872703064,
            "stop": 872709501
        },
        {
            "start": 872718225,
            "stop": 872720537
        },
        {
            "start": 872720714,
            "stop": 872721015
        },
        {
            "start": 872721248,
            "stop": 872728095
        },
        {
            "start": 872729933,
            "stop": 872731460
        },
        {
            "start": 872747713,
            "stop": 872756837
        },
        {
            "start": 872757750,
            "stop": 872767010
        },
        {
            "start": 872769610,
            "stop": 872778516
        },
        {
            "start": 872779075,
            "stop": 872779454
        },
        {
            "start": 872779670,
            "stop": 872785551
        },
        {
            "start": 872785760,
            "stop": 872808062
        },
        {
            "start": 872808488,
            "stop": 872819667
        },
        {
            "start": 872820529,
            "stop": 872841220
        },
        {
            "start": 872842448,
            "stop": 872856474
        },
        {
            "start": 872857504,
            "stop": 872867834
        },
        {
            "start": 872868032,
            "stop": 872873854
        },
        {
            "start": 872876710,
            "stop": 872880786
        }
    ]
}