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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=608",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=606",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 607,
    "results": [
        {
            "start": 838966567,
            "stop": 839008016
        },
        {
            "start": 839008018,
            "stop": 839017962
        },
        {
            "start": 839017964,
            "stop": 839017973
        },
        {
            "start": 839017975,
            "stop": 839020507
        },
        {
            "start": 839021920,
            "stop": 839022588
        },
        {
            "start": 839023086,
            "stop": 839024687
        },
        {
            "start": 839026082,
            "stop": 839026779
        },
        {
            "start": 839027371,
            "stop": 839033716
        },
        {
            "start": 839034249,
            "stop": 839045264
        },
        {
            "start": 839045266,
            "stop": 839046371
        },
        {
            "start": 839046372,
            "stop": 839047101
        },
        {
            "start": 839047103,
            "stop": 839050426
        },
        {
            "start": 839050427,
            "stop": 839065011
        },
        {
            "start": 839065411,
            "stop": 839073605
        },
        {
            "start": 839074343,
            "stop": 839084379
        },
        {
            "start": 839100641,
            "stop": 839101542
        },
        {
            "start": 839101545,
            "stop": 839102755
        },
        {
            "start": 839102761,
            "stop": 839102909
        },
        {
            "start": 839102912,
            "stop": 839102924
        },
        {
            "start": 839102927,
            "stop": 839103012
        }
    ]
}