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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=47",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 48,
    "results": [
        {
            "start": 1238242294,
            "stop": 1238242689
        },
        {
            "start": 1238242690,
            "stop": 1238242842
        },
        {
            "start": 1238242843,
            "stop": 1238243011
        },
        {
            "start": 1238243014,
            "stop": 1238244781
        },
        {
            "start": 1238244782,
            "stop": 1238244783
        },
        {
            "start": 1238244785,
            "stop": 1238246392
        },
        {
            "start": 1238246394,
            "stop": 1238247342
        },
        {
            "start": 1238247343,
            "stop": 1238247766
        },
        {
            "start": 1238247767,
            "stop": 1238248836
        },
        {
            "start": 1238264818,
            "stop": 1238264862
        },
        {
            "start": 1238264863,
            "stop": 1238264874
        },
        {
            "start": 1238264875,
            "stop": 1238264878
        },
        {
            "start": 1238264880,
            "stop": 1238264910
        },
        {
            "start": 1238264911,
            "stop": 1238264997
        },
        {
            "start": 1238264999,
            "stop": 1238265055
        },
        {
            "start": 1238265062,
            "stop": 1238265150
        },
        {
            "start": 1238265154,
            "stop": 1238265155
        },
        {
            "start": 1238265158,
            "stop": 1238265240
        },
        {
            "start": 1238265242,
            "stop": 1238265321
        },
        {
            "start": 1238265323,
            "stop": 1238265521
        }
    ]
}