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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=372",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 373,
    "results": [
        {
            "start": 821501198,
            "stop": 821501210
        },
        {
            "start": 821501213,
            "stop": 821501221
        },
        {
            "start": 821501226,
            "stop": 821501239
        },
        {
            "start": 821501244,
            "stop": 821501269
        },
        {
            "start": 821501272,
            "stop": 821501282
        },
        {
            "start": 821501285,
            "stop": 821501301
        },
        {
            "start": 821501304,
            "stop": 821501307
        },
        {
            "start": 821501310,
            "stop": 821501329
        },
        {
            "start": 821501335,
            "stop": 821501346
        },
        {
            "start": 821501349,
            "stop": 821501375
        },
        {
            "start": 821501378,
            "stop": 821501410
        },
        {
            "start": 821501416,
            "stop": 821501418
        },
        {
            "start": 821501421,
            "stop": 821501449
        },
        {
            "start": 821501452,
            "stop": 821501463
        },
        {
            "start": 821501466,
            "stop": 821501467
        },
        {
            "start": 821501470,
            "stop": 821501476
        },
        {
            "start": 821501479,
            "stop": 821501495
        },
        {
            "start": 821501498,
            "stop": 821501540
        },
        {
            "start": 821501543,
            "stop": 821501544
        },
        {
            "start": 821501549,
            "stop": 821501560
        }
    ]
}