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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=377",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 378,
    "results": [
        {
            "start": 934790568,
            "stop": 934790581
        },
        {
            "start": 934790584,
            "stop": 934790609
        },
        {
            "start": 934790611,
            "stop": 934790614
        },
        {
            "start": 934790617,
            "stop": 934790630
        },
        {
            "start": 934790635,
            "stop": 934792051
        },
        {
            "start": 934799416,
            "stop": 934801363
        },
        {
            "start": 934801365,
            "stop": 934801381
        },
        {
            "start": 934801384,
            "stop": 934801388
        },
        {
            "start": 934801391,
            "stop": 934801408
        },
        {
            "start": 934801410,
            "stop": 934801414
        },
        {
            "start": 934801416,
            "stop": 934801422
        },
        {
            "start": 934801424,
            "stop": 934801430
        },
        {
            "start": 934801433,
            "stop": 934804933
        },
        {
            "start": 934804936,
            "stop": 934804964
        },
        {
            "start": 934804968,
            "stop": 934804983
        },
        {
            "start": 934804985,
            "stop": 934805010
        },
        {
            "start": 934805012,
            "stop": 934805015
        },
        {
            "start": 934805018,
            "stop": 934805031
        },
        {
            "start": 934805035,
            "stop": 934805816
        },
        {
            "start": 934810005,
            "stop": 934812153
        }
    ]
}