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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=427",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=425",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 426,
    "results": [
        {
            "start": 932822007,
            "stop": 932822058
        },
        {
            "start": 932822059,
            "stop": 932822126
        },
        {
            "start": 932822127,
            "stop": 932822163
        },
        {
            "start": 932822164,
            "stop": 932822196
        },
        {
            "start": 932822197,
            "stop": 932822349
        },
        {
            "start": 932822350,
            "stop": 932822531
        },
        {
            "start": 932822532,
            "stop": 932822631
        },
        {
            "start": 932822632,
            "stop": 932822655
        },
        {
            "start": 932822656,
            "stop": 932822786
        },
        {
            "start": 932822787,
            "stop": 932822834
        },
        {
            "start": 932822835,
            "stop": 932823085
        },
        {
            "start": 932823086,
            "stop": 932823092
        },
        {
            "start": 932823094,
            "stop": 932823193
        },
        {
            "start": 932823194,
            "stop": 932823365
        },
        {
            "start": 932823366,
            "stop": 932823463
        },
        {
            "start": 932823464,
            "stop": 932823551
        },
        {
            "start": 932823552,
            "stop": 932823599
        },
        {
            "start": 932823600,
            "stop": 932823858
        },
        {
            "start": 932823859,
            "stop": 932823950
        },
        {
            "start": 932823951,
            "stop": 932823959
        }
    ]
}