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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=291",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 292,
    "results": [
        {
            "start": 1377548735,
            "stop": 1377549936
        },
        {
            "start": 1377549937,
            "stop": 1377550788
        },
        {
            "start": 1377550793,
            "stop": 1377551506
        },
        {
            "start": 1377551509,
            "stop": 1377552678
        },
        {
            "start": 1377552680,
            "stop": 1377552719
        },
        {
            "start": 1377552722,
            "stop": 1377554075
        },
        {
            "start": 1377554077,
            "stop": 1377555064
        },
        {
            "start": 1377555065,
            "stop": 1377555583
        },
        {
            "start": 1377555585,
            "stop": 1377557242
        },
        {
            "start": 1377557244,
            "stop": 1377557272
        },
        {
            "start": 1377561457,
            "stop": 1377562040
        },
        {
            "start": 1377562042,
            "stop": 1377563801
        },
        {
            "start": 1377563802,
            "stop": 1377566973
        },
        {
            "start": 1377566975,
            "stop": 1377567284
        },
        {
            "start": 1377567289,
            "stop": 1377571476
        },
        {
            "start": 1377571479,
            "stop": 1377572876
        },
        {
            "start": 1377572878,
            "stop": 1377577051
        },
        {
            "start": 1377577053,
            "stop": 1377579555
        },
        {
            "start": 1377579556,
            "stop": 1377581709
        },
        {
            "start": 1377581714,
            "stop": 1377581727
        }
    ]
}