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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=372",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 373,
    "results": [
        {
            "start": 1388066242,
            "stop": 1388066244
        },
        {
            "start": 1388072574,
            "stop": 1388072686
        },
        {
            "start": 1388075505,
            "stop": 1388087506
        },
        {
            "start": 1388087510,
            "stop": 1388088683
        },
        {
            "start": 1388088687,
            "stop": 1388106402
        },
        {
            "start": 1388106405,
            "stop": 1388106406
        },
        {
            "start": 1388110687,
            "stop": 1388116762
        },
        {
            "start": 1388116765,
            "stop": 1388129078
        },
        {
            "start": 1388185580,
            "stop": 1388187806
        },
        {
            "start": 1388191810,
            "stop": 1388194676
        },
        {
            "start": 1388194679,
            "stop": 1388209732
        },
        {
            "start": 1388209735,
            "stop": 1388211693
        },
        {
            "start": 1388211697,
            "stop": 1388216552
        },
        {
            "start": 1388216556,
            "stop": 1388217430
        },
        {
            "start": 1388217432,
            "stop": 1388217479
        },
        {
            "start": 1388223442,
            "stop": 1388230127
        },
        {
            "start": 1388230131,
            "stop": 1388231109
        },
        {
            "start": 1388231111,
            "stop": 1388233638
        },
        {
            "start": 1388266076,
            "stop": 1388271822
        },
        {
            "start": 1388271824,
            "stop": 1388271909
        }
    ]
}