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=496
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=497",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=495",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 496,
    "results": [
        {
            "start": 1264422009,
            "stop": 1264422042
        },
        {
            "start": 1264422047,
            "stop": 1264422057
        },
        {
            "start": 1264422062,
            "stop": 1264422067
        },
        {
            "start": 1264422072,
            "stop": 1264422076
        },
        {
            "start": 1264422081,
            "stop": 1264422096
        },
        {
            "start": 1264422099,
            "stop": 1264422103
        },
        {
            "start": 1264422108,
            "stop": 1264422118
        },
        {
            "start": 1264422123,
            "stop": 1264422128
        },
        {
            "start": 1264422133,
            "stop": 1264422152
        },
        {
            "start": 1264422157,
            "stop": 1264422212
        },
        {
            "start": 1264422214,
            "stop": 1264422215
        },
        {
            "start": 1264422220,
            "stop": 1264422225
        },
        {
            "start": 1264422226,
            "stop": 1264422239
        },
        {
            "start": 1264422240,
            "stop": 1264422286
        },
        {
            "start": 1264422288,
            "stop": 1264422305
        },
        {
            "start": 1264422307,
            "stop": 1264422369
        },
        {
            "start": 1264422371,
            "stop": 1264422444
        },
        {
            "start": 1264422445,
            "stop": 1264422553
        },
        {
            "start": 1264422556,
            "stop": 1264422665
        },
        {
            "start": 1264422667,
            "stop": 1264422677
        }
    ]
}