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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=772",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=770",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 771,
    "results": [
        {
            "start": 1268053311,
            "stop": 1268056098
        },
        {
            "start": 1268056103,
            "stop": 1268056237
        },
        {
            "start": 1268056241,
            "stop": 1268061991
        },
        {
            "start": 1268061995,
            "stop": 1268062804
        },
        {
            "start": 1268062808,
            "stop": 1268064767
        },
        {
            "start": 1268064769,
            "stop": 1268065142
        },
        {
            "start": 1268065143,
            "stop": 1268065278
        },
        {
            "start": 1268065280,
            "stop": 1268065288
        },
        {
            "start": 1268065290,
            "stop": 1268066034
        },
        {
            "start": 1268078136,
            "stop": 1268080231
        },
        {
            "start": 1268080233,
            "stop": 1268080248
        },
        {
            "start": 1268080251,
            "stop": 1268080414
        },
        {
            "start": 1268080417,
            "stop": 1268081688
        },
        {
            "start": 1268081692,
            "stop": 1268081981
        },
        {
            "start": 1268081983,
            "stop": 1268081990
        },
        {
            "start": 1268082318,
            "stop": 1268082494
        },
        {
            "start": 1268082513,
            "stop": 1268082727
        },
        {
            "start": 1268082729,
            "stop": 1268082731
        },
        {
            "start": 1268082732,
            "stop": 1268084245
        },
        {
            "start": 1268084246,
            "stop": 1268085151
        }
    ]
}