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=485
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=486",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=484",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 485,
    "results": [
        {
            "start": 821799401,
            "stop": 821801976
        },
        {
            "start": 821802520,
            "stop": 821802570
        },
        {
            "start": 821803280,
            "stop": 821803896
        },
        {
            "start": 821803899,
            "stop": 821805125
        },
        {
            "start": 821805733,
            "stop": 821806121
        },
        {
            "start": 821806441,
            "stop": 821806541
        },
        {
            "start": 821806941,
            "stop": 821807632
        },
        {
            "start": 821807952,
            "stop": 821808453
        },
        {
            "start": 821809217,
            "stop": 821810349
        },
        {
            "start": 821821073,
            "stop": 821822408
        },
        {
            "start": 821822728,
            "stop": 821822999
        },
        {
            "start": 821823399,
            "stop": 821824364
        },
        {
            "start": 821825474,
            "stop": 821826395
        },
        {
            "start": 821826942,
            "stop": 821831221
        },
        {
            "start": 821831765,
            "stop": 821831874
        },
        {
            "start": 821832644,
            "stop": 821833083
        },
        {
            "start": 821833655,
            "stop": 821834064
        },
        {
            "start": 821835049,
            "stop": 821840693
        },
        {
            "start": 821841117,
            "stop": 821872459
        },
        {
            "start": 821874060,
            "stop": 821884734
        }
    ]
}