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=457
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=458",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=456",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 457,
    "results": [
        {
            "start": 1264389932,
            "stop": 1264390013
        },
        {
            "start": 1264390016,
            "stop": 1264390062
        },
        {
            "start": 1264390064,
            "stop": 1264390077
        },
        {
            "start": 1264390078,
            "stop": 1264390095
        },
        {
            "start": 1264390098,
            "stop": 1264390128
        },
        {
            "start": 1264390130,
            "stop": 1264390140
        },
        {
            "start": 1264390141,
            "stop": 1264390159
        },
        {
            "start": 1264390161,
            "stop": 1264390207
        },
        {
            "start": 1264390209,
            "stop": 1264390214
        },
        {
            "start": 1264390217,
            "stop": 1264390222
        },
        {
            "start": 1264390226,
            "stop": 1264390248
        },
        {
            "start": 1264390250,
            "stop": 1264390330
        },
        {
            "start": 1264390332,
            "stop": 1264390337
        },
        {
            "start": 1264390338,
            "stop": 1264390354
        },
        {
            "start": 1264390359,
            "stop": 1264390414
        },
        {
            "start": 1264390419,
            "stop": 1264390460
        },
        {
            "start": 1264390461,
            "stop": 1264390465
        },
        {
            "start": 1264390467,
            "stop": 1264390594
        },
        {
            "start": 1264390595,
            "stop": 1264390757
        },
        {
            "start": 1264390759,
            "stop": 1264390817
        }
    ]
}