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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=115",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 116,
    "results": [
        {
            "start": 828513668,
            "stop": 828527880
        },
        {
            "start": 828528180,
            "stop": 828537202
        },
        {
            "start": 828537870,
            "stop": 828543547
        },
        {
            "start": 828589203,
            "stop": 828589617
        },
        {
            "start": 828589660,
            "stop": 828591124
        },
        {
            "start": 828591424,
            "stop": 828615880
        },
        {
            "start": 828618282,
            "stop": 828619872
        },
        {
            "start": 828705572,
            "stop": 828706019
        },
        {
            "start": 828706270,
            "stop": 828710113
        },
        {
            "start": 828710164,
            "stop": 828710165
        },
        {
            "start": 828710470,
            "stop": 828712753
        },
        {
            "start": 828714163,
            "stop": 828716413
        },
        {
            "start": 828757926,
            "stop": 828758447
        },
        {
            "start": 828758557,
            "stop": 828758597
        },
        {
            "start": 828759197,
            "stop": 828796664
        },
        {
            "start": 828797127,
            "stop": 828798856
        },
        {
            "start": 828798966,
            "stop": 828799000
        },
        {
            "start": 828799003,
            "stop": 828799120
        },
        {
            "start": 828799740,
            "stop": 828800614
        },
        {
            "start": 828801482,
            "stop": 828801637
        }
    ]
}