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=355
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=356",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=354",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 355,
    "results": [
        {
            "start": 1264172581,
            "stop": 1264172649
        },
        {
            "start": 1264172654,
            "stop": 1264172657
        },
        {
            "start": 1264172659,
            "stop": 1264172662
        },
        {
            "start": 1264172663,
            "stop": 1264172873
        },
        {
            "start": 1264172875,
            "stop": 1264173067
        },
        {
            "start": 1264173070,
            "stop": 1264173161
        },
        {
            "start": 1264173163,
            "stop": 1264173168
        },
        {
            "start": 1264173170,
            "stop": 1264173207
        },
        {
            "start": 1264173209,
            "stop": 1264173256
        },
        {
            "start": 1264173257,
            "stop": 1264173260
        },
        {
            "start": 1264173265,
            "stop": 1264173270
        },
        {
            "start": 1264173272,
            "stop": 1264173381
        },
        {
            "start": 1264173382,
            "stop": 1264173436
        },
        {
            "start": 1264173438,
            "stop": 1264173439
        },
        {
            "start": 1264173447,
            "stop": 1264173448
        },
        {
            "start": 1264173449,
            "stop": 1264173456
        },
        {
            "start": 1264173458,
            "stop": 1264173567
        },
        {
            "start": 1264173568,
            "stop": 1264173589
        },
        {
            "start": 1264173591,
            "stop": 1264173592
        },
        {
            "start": 1264173595,
            "stop": 1264173597
        }
    ]
}