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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=388",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 389,
    "results": [
        {
            "start": 858783253,
            "stop": 858783256
        },
        {
            "start": 858783258,
            "stop": 858783263
        },
        {
            "start": 858783265,
            "stop": 858783268
        },
        {
            "start": 858783270,
            "stop": 858783271
        },
        {
            "start": 858783272,
            "stop": 858783273
        },
        {
            "start": 858783275,
            "stop": 858783283
        },
        {
            "start": 858783285,
            "stop": 858783286
        },
        {
            "start": 858783287,
            "stop": 858783288
        },
        {
            "start": 858783291,
            "stop": 858783307
        },
        {
            "start": 858783308,
            "stop": 858783317
        },
        {
            "start": 858783318,
            "stop": 858783321
        },
        {
            "start": 858783323,
            "stop": 858783329
        },
        {
            "start": 858783331,
            "stop": 858783340
        },
        {
            "start": 858783341,
            "stop": 858783346
        },
        {
            "start": 858783348,
            "stop": 858783353
        },
        {
            "start": 858783354,
            "stop": 858783363
        },
        {
            "start": 858783364,
            "stop": 858783366
        },
        {
            "start": 858783368,
            "stop": 858783398
        },
        {
            "start": 858783399,
            "stop": 858783400
        },
        {
            "start": 858783403,
            "stop": 858783437
        }
    ]
}