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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5768",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5766",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5767,
    "results": [
        {
            "start": 874645525,
            "stop": 874645546
        },
        {
            "start": 874645549,
            "stop": 874645652
        },
        {
            "start": 874645655,
            "stop": 874645691
        },
        {
            "start": 874645696,
            "stop": 874645823
        },
        {
            "start": 874645826,
            "stop": 874645863
        },
        {
            "start": 874645866,
            "stop": 874645880
        },
        {
            "start": 874645883,
            "stop": 874645927
        },
        {
            "start": 874645931,
            "stop": 874646084
        },
        {
            "start": 874646088,
            "stop": 874646134
        },
        {
            "start": 874646138,
            "stop": 874646231
        },
        {
            "start": 874646236,
            "stop": 874646256
        },
        {
            "start": 874646259,
            "stop": 874646354
        },
        {
            "start": 874646357,
            "stop": 874646391
        },
        {
            "start": 874646395,
            "stop": 874646439
        },
        {
            "start": 874646442,
            "stop": 874646456
        },
        {
            "start": 874646459,
            "stop": 874646490
        },
        {
            "start": 874646494,
            "stop": 874646512
        },
        {
            "start": 874646515,
            "stop": 874646637
        },
        {
            "start": 874646640,
            "stop": 874646749
        },
        {
            "start": 874646752,
            "stop": 874646799
        }
    ]
}