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=46632
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=46633",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46631",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46632,
    "results": [
        {
            "start": 875017300,
            "stop": 875017311
        },
        {
            "start": 875017312,
            "stop": 875017320
        },
        {
            "start": 875017322,
            "stop": 875017325
        },
        {
            "start": 875017326,
            "stop": 875017337
        },
        {
            "start": 875017339,
            "stop": 875017341
        },
        {
            "start": 875017342,
            "stop": 875017358
        },
        {
            "start": 875017359,
            "stop": 875017376
        },
        {
            "start": 875017377,
            "stop": 875017400
        },
        {
            "start": 875017402,
            "stop": 875017430
        },
        {
            "start": 875017431,
            "stop": 875017448
        },
        {
            "start": 875017449,
            "stop": 875017471
        },
        {
            "start": 875017472,
            "stop": 875017517
        },
        {
            "start": 875017518,
            "stop": 875017536
        },
        {
            "start": 875017537,
            "stop": 875017546
        },
        {
            "start": 875017547,
            "stop": 875017575
        },
        {
            "start": 875017577,
            "stop": 875017618
        },
        {
            "start": 875017619,
            "stop": 875017626
        },
        {
            "start": 875017627,
            "stop": 875017630
        },
        {
            "start": 875017632,
            "stop": 875017649
        },
        {
            "start": 875017650,
            "stop": 875017655
        }
    ]
}