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=533
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=534",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=532",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 533,
    "results": [
        {
            "start": 828319859,
            "stop": 828323546
        },
        {
            "start": 828323946,
            "stop": 828323983
        },
        {
            "start": 828324303,
            "stop": 828324708
        },
        {
            "start": 828324710,
            "stop": 828336055
        },
        {
            "start": 828336056,
            "stop": 828337038
        },
        {
            "start": 828337459,
            "stop": 828337465
        },
        {
            "start": 828337865,
            "stop": 828338432
        },
        {
            "start": 828338919,
            "stop": 828342797
        },
        {
            "start": 828343117,
            "stop": 828343151
        },
        {
            "start": 828343551,
            "stop": 828344029
        },
        {
            "start": 828344349,
            "stop": 828344419
        },
        {
            "start": 828344819,
            "stop": 828345041
        },
        {
            "start": 828346250,
            "stop": 828347353
        },
        {
            "start": 828348780,
            "stop": 828360677
        },
        {
            "start": 828361288,
            "stop": 828361813
        },
        {
            "start": 828362589,
            "stop": 828362706
        },
        {
            "start": 828363173,
            "stop": 828363956
        },
        {
            "start": 828363974,
            "stop": 828364468
        },
        {
            "start": 828364564,
            "stop": 828365709
        },
        {
            "start": 828365710,
            "stop": 828366014
        }
    ]
}