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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29374",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29372",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29373,
    "results": [
        {
            "start": 971311707,
            "stop": 971311740
        },
        {
            "start": 971311800,
            "stop": 971311970
        },
        {
            "start": 971311973,
            "stop": 971312011
        },
        {
            "start": 971312014,
            "stop": 971312094
        },
        {
            "start": 971312097,
            "stop": 971312117
        },
        {
            "start": 971315503,
            "stop": 971315504
        },
        {
            "start": 971316931,
            "stop": 971316995
        },
        {
            "start": 971316998,
            "stop": 971317166
        },
        {
            "start": 971317169,
            "stop": 971317247
        },
        {
            "start": 971317250,
            "stop": 971317315
        },
        {
            "start": 971317317,
            "stop": 971317449
        },
        {
            "start": 971318109,
            "stop": 971318114
        },
        {
            "start": 971319030,
            "stop": 971319057
        },
        {
            "start": 971319871,
            "stop": 971319913
        },
        {
            "start": 971319915,
            "stop": 971319998
        },
        {
            "start": 971320000,
            "stop": 971320054
        },
        {
            "start": 971332352,
            "stop": 971332597
        },
        {
            "start": 971339358,
            "stop": 971339411
        },
        {
            "start": 971347540,
            "stop": 971347626
        },
        {
            "start": 971347628,
            "stop": 971347709
        }
    ]
}