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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=139",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 140,
    "results": [
        {
            "start": 931131092,
            "stop": 931131108
        },
        {
            "start": 931131109,
            "stop": 931131112
        },
        {
            "start": 931131113,
            "stop": 931131116
        },
        {
            "start": 931131117,
            "stop": 931131137
        },
        {
            "start": 931131138,
            "stop": 931131141
        },
        {
            "start": 931131142,
            "stop": 931131143
        },
        {
            "start": 931131145,
            "stop": 931131152
        },
        {
            "start": 931131153,
            "stop": 931131155
        },
        {
            "start": 931131156,
            "stop": 931131184
        },
        {
            "start": 931131186,
            "stop": 931131197
        },
        {
            "start": 931131198,
            "stop": 931131214
        },
        {
            "start": 931131216,
            "stop": 931131218
        },
        {
            "start": 931131221,
            "stop": 931131256
        },
        {
            "start": 931131258,
            "stop": 931131264
        },
        {
            "start": 931131265,
            "stop": 931131268
        },
        {
            "start": 931131271,
            "stop": 931131272
        },
        {
            "start": 931131273,
            "stop": 931131323
        },
        {
            "start": 931131326,
            "stop": 931131344
        },
        {
            "start": 931131345,
            "stop": 931131355
        },
        {
            "start": 931131356,
            "stop": 931131359
        }
    ]
}