Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=374
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=373",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 374,
    "results": [
        {
            "start": 1388274317,
            "stop": 1388275098
        },
        {
            "start": 1388275103,
            "stop": 1388291820
        },
        {
            "start": 1388291825,
            "stop": 1388296194
        },
        {
            "start": 1388296196,
            "stop": 1388296989
        },
        {
            "start": 1388296994,
            "stop": 1388298571
        },
        {
            "start": 1388307508,
            "stop": 1388322909
        },
        {
            "start": 1388322913,
            "stop": 1388329229
        },
        {
            "start": 1388329233,
            "stop": 1388331334
        },
        {
            "start": 1388331337,
            "stop": 1388339917
        },
        {
            "start": 1388339922,
            "stop": 1388347683
        },
        {
            "start": 1388361548,
            "stop": 1388371293
        },
        {
            "start": 1388371298,
            "stop": 1388375039
        },
        {
            "start": 1388375040,
            "stop": 1388377264
        },
        {
            "start": 1388377268,
            "stop": 1388383013
        },
        {
            "start": 1388383018,
            "stop": 1388391624
        },
        {
            "start": 1388391629,
            "stop": 1388394746
        },
        {
            "start": 1388400425,
            "stop": 1388402312
        },
        {
            "start": 1388402315,
            "stop": 1388407966
        },
        {
            "start": 1388407971,
            "stop": 1388409362
        },
        {
            "start": 1388409367,
            "stop": 1388420454
        }
    ]
}