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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=289",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 290,
    "results": [
        {
            "start": 1377480728,
            "stop": 1377484048
        },
        {
            "start": 1377484053,
            "stop": 1377485987
        },
        {
            "start": 1377485989,
            "stop": 1377488719
        },
        {
            "start": 1377488724,
            "stop": 1377490309
        },
        {
            "start": 1377490310,
            "stop": 1377491061
        },
        {
            "start": 1377491066,
            "stop": 1377492660
        },
        {
            "start": 1377492661,
            "stop": 1377494757
        },
        {
            "start": 1377494759,
            "stop": 1377496233
        },
        {
            "start": 1377496237,
            "stop": 1377496878
        },
        {
            "start": 1377499218,
            "stop": 1377501261
        },
        {
            "start": 1377501263,
            "stop": 1377503213
        },
        {
            "start": 1377503215,
            "stop": 1377505301
        },
        {
            "start": 1377505303,
            "stop": 1377507119
        },
        {
            "start": 1377507121,
            "stop": 1377509303
        },
        {
            "start": 1377509304,
            "stop": 1377510451
        },
        {
            "start": 1377510453,
            "stop": 1377512196
        },
        {
            "start": 1377512197,
            "stop": 1377513905
        },
        {
            "start": 1377513907,
            "stop": 1377515310
        },
        {
            "start": 1377515312,
            "stop": 1377516706
        },
        {
            "start": 1377516707,
            "stop": 1377518585
        }
    ]
}