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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=258",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 259,
    "results": [
        {
            "start": 858121057,
            "stop": 858121147
        },
        {
            "start": 858121257,
            "stop": 858121438
        },
        {
            "start": 858121738,
            "stop": 858122129
        },
        {
            "start": 858124830,
            "stop": 858126864
        },
        {
            "start": 858131232,
            "stop": 858132381
        },
        {
            "start": 858132696,
            "stop": 858165025
        },
        {
            "start": 858165327,
            "stop": 858182897
        },
        {
            "start": 858183102,
            "stop": 858184979
        },
        {
            "start": 858186449,
            "stop": 858191286
        },
        {
            "start": 858191482,
            "stop": 858204081
        },
        {
            "start": 858204208,
            "stop": 858206891
        },
        {
            "start": 858208136,
            "stop": 858217005
        },
        {
            "start": 858217115,
            "stop": 858217308
        },
        {
            "start": 858218348,
            "stop": 858219355
        },
        {
            "start": 858221428,
            "stop": 858268975
        },
        {
            "start": 858269085,
            "stop": 858269730
        },
        {
            "start": 858270498,
            "stop": 858271909
        },
        {
            "start": 858272143,
            "stop": 858274337
        },
        {
            "start": 858275717,
            "stop": 858291510
        },
        {
            "start": 858293500,
            "stop": 858376151
        }
    ]
}