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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3065",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3063",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3064,
    "results": [
        {
            "start": 865284868,
            "stop": 865288440
        },
        {
            "start": 865288500,
            "stop": 865288688
        },
        {
            "start": 865288988,
            "stop": 865288993
        },
        {
            "start": 865289556,
            "stop": 865294056
        },
        {
            "start": 865294058,
            "stop": 865294065
        },
        {
            "start": 865294070,
            "stop": 865297500
        },
        {
            "start": 865297560,
            "stop": 865305000
        },
        {
            "start": 865305060,
            "stop": 865306852
        },
        {
            "start": 865306855,
            "stop": 865308540
        },
        {
            "start": 865308660,
            "stop": 865318396
        },
        {
            "start": 865318399,
            "stop": 865330062
        },
        {
            "start": 865330414,
            "stop": 865331366
        },
        {
            "start": 865331689,
            "stop": 865344901
        },
        {
            "start": 865356577,
            "stop": 865360680
        },
        {
            "start": 865360740,
            "stop": 865361366
        },
        {
            "start": 865361367,
            "stop": 865361430
        },
        {
            "start": 865389877,
            "stop": 865397990
        },
        {
            "start": 865399398,
            "stop": 865399437
        },
        {
            "start": 865399946,
            "stop": 865418182
        },
        {
            "start": 865418190,
            "stop": 865430126
        }
    ]
}