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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=64",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 65,
    "results": [
        {
            "start": 1238326187,
            "stop": 1238326190
        },
        {
            "start": 1238326192,
            "stop": 1238326276
        },
        {
            "start": 1238326277,
            "stop": 1238326389
        },
        {
            "start": 1238326390,
            "stop": 1238326508
        },
        {
            "start": 1238326510,
            "stop": 1238326769
        },
        {
            "start": 1238326782,
            "stop": 1238327167
        },
        {
            "start": 1238327168,
            "stop": 1238328481
        },
        {
            "start": 1238328482,
            "stop": 1238329857
        },
        {
            "start": 1238329864,
            "stop": 1238329988
        },
        {
            "start": 1238329994,
            "stop": 1238330042
        },
        {
            "start": 1238330177,
            "stop": 1238331705
        },
        {
            "start": 1238331706,
            "stop": 1238332016
        },
        {
            "start": 1238332019,
            "stop": 1238332739
        },
        {
            "start": 1238332743,
            "stop": 1238334033
        },
        {
            "start": 1238334034,
            "stop": 1238334277
        },
        {
            "start": 1238334280,
            "stop": 1238334891
        },
        {
            "start": 1238334898,
            "stop": 1238334901
        },
        {
            "start": 1238334903,
            "stop": 1238335013
        },
        {
            "start": 1238335014,
            "stop": 1238335062
        },
        {
            "start": 1238335064,
            "stop": 1238335892
        }
    ]
}