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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33095",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33093",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33094,
    "results": [
        {
            "start": 970542091,
            "stop": 970542094
        },
        {
            "start": 970542096,
            "stop": 970542105
        },
        {
            "start": 970542107,
            "stop": 970542108
        },
        {
            "start": 970542109,
            "stop": 970542114
        },
        {
            "start": 970542116,
            "stop": 970542120
        },
        {
            "start": 970542122,
            "stop": 970542130
        },
        {
            "start": 970542140,
            "stop": 970542161
        },
        {
            "start": 970542162,
            "stop": 970542173
        },
        {
            "start": 970542174,
            "stop": 970542183
        },
        {
            "start": 970542185,
            "stop": 970542188
        },
        {
            "start": 970542189,
            "stop": 970542190
        },
        {
            "start": 970542191,
            "stop": 970542209
        },
        {
            "start": 970542212,
            "stop": 970542242
        },
        {
            "start": 970542243,
            "stop": 970542251
        },
        {
            "start": 970542253,
            "stop": 970542268
        },
        {
            "start": 970542269,
            "stop": 970542288
        },
        {
            "start": 970542289,
            "stop": 970542294
        },
        {
            "start": 970542295,
            "stop": 970542303
        },
        {
            "start": 970542305,
            "stop": 970542365
        },
        {
            "start": 970542367,
            "stop": 970542386
        }
    ]
}