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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=49",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 50,
    "results": [
        {
            "start": 1238268467,
            "stop": 1238268496
        },
        {
            "start": 1238268501,
            "stop": 1238268737
        },
        {
            "start": 1238268738,
            "stop": 1238268863
        },
        {
            "start": 1238268864,
            "stop": 1238268901
        },
        {
            "start": 1238268904,
            "stop": 1238269015
        },
        {
            "start": 1238269017,
            "stop": 1238269024
        },
        {
            "start": 1238269028,
            "stop": 1238269113
        },
        {
            "start": 1238269115,
            "stop": 1238269283
        },
        {
            "start": 1238269284,
            "stop": 1238269433
        },
        {
            "start": 1238269436,
            "stop": 1238269566
        },
        {
            "start": 1238269568,
            "stop": 1238269746
        },
        {
            "start": 1238269748,
            "stop": 1238269851
        },
        {
            "start": 1238269853,
            "stop": 1238269941
        },
        {
            "start": 1238269942,
            "stop": 1238270099
        },
        {
            "start": 1238270100,
            "stop": 1238270226
        },
        {
            "start": 1238270227,
            "stop": 1238270339
        },
        {
            "start": 1238270341,
            "stop": 1238270401
        },
        {
            "start": 1238270403,
            "stop": 1238270535
        },
        {
            "start": 1238270536,
            "stop": 1238270672
        },
        {
            "start": 1238270675,
            "stop": 1238270698
        }
    ]
}