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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=264",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 265,
    "results": [
        {
            "start": 1262701003,
            "stop": 1262701004
        },
        {
            "start": 1262701009,
            "stop": 1262701168
        },
        {
            "start": 1262701171,
            "stop": 1262701252
        },
        {
            "start": 1262701255,
            "stop": 1262701257
        },
        {
            "start": 1262701263,
            "stop": 1262701302
        },
        {
            "start": 1262701305,
            "stop": 1262701365
        },
        {
            "start": 1262701367,
            "stop": 1262701447
        },
        {
            "start": 1262701450,
            "stop": 1262701455
        },
        {
            "start": 1262701458,
            "stop": 1262701578
        },
        {
            "start": 1262701579,
            "stop": 1262701639
        },
        {
            "start": 1262701642,
            "stop": 1262701646
        },
        {
            "start": 1262701649,
            "stop": 1262701665
        },
        {
            "start": 1262701667,
            "stop": 1262701690
        },
        {
            "start": 1262701694,
            "stop": 1262701700
        },
        {
            "start": 1262701703,
            "stop": 1262701737
        },
        {
            "start": 1262701739,
            "stop": 1262701741
        },
        {
            "start": 1262701747,
            "stop": 1262701804
        },
        {
            "start": 1262701806,
            "stop": 1262701902
        },
        {
            "start": 1262701904,
            "stop": 1262701933
        },
        {
            "start": 1262701935,
            "stop": 1262701948
        }
    ]
}