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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=109",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 110,
    "results": [
        {
            "start": 1238680672,
            "stop": 1238682514
        },
        {
            "start": 1238682518,
            "stop": 1238683064
        },
        {
            "start": 1238683068,
            "stop": 1238683282
        },
        {
            "start": 1238683285,
            "stop": 1238684150
        },
        {
            "start": 1238684155,
            "stop": 1238685341
        },
        {
            "start": 1238685346,
            "stop": 1238685363
        },
        {
            "start": 1238685368,
            "stop": 1238685369
        },
        {
            "start": 1238685373,
            "stop": 1238685377
        },
        {
            "start": 1238685382,
            "stop": 1238685390
        },
        {
            "start": 1238685393,
            "stop": 1238685952
        },
        {
            "start": 1238685956,
            "stop": 1238686474
        },
        {
            "start": 1238686478,
            "stop": 1238686591
        },
        {
            "start": 1238686594,
            "stop": 1238688103
        },
        {
            "start": 1238688108,
            "stop": 1238688169
        },
        {
            "start": 1238688174,
            "stop": 1238690264
        },
        {
            "start": 1238690268,
            "stop": 1238693895
        },
        {
            "start": 1238693899,
            "stop": 1238695626
        },
        {
            "start": 1238695631,
            "stop": 1238698106
        },
        {
            "start": 1238698109,
            "stop": 1238698767
        },
        {
            "start": 1238698772,
            "stop": 1238699391
        }
    ]
}