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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=40",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 41,
    "results": [
        {
            "start": 1400896724,
            "stop": 1400910516
        },
        {
            "start": 1400910518,
            "stop": 1400915922
        },
        {
            "start": 1400915925,
            "stop": 1400916189
        },
        {
            "start": 1400916193,
            "stop": 1400931083
        },
        {
            "start": 1400931088,
            "stop": 1400933688
        },
        {
            "start": 1400933692,
            "stop": 1400938045
        },
        {
            "start": 1400957531,
            "stop": 1400958925
        },
        {
            "start": 1400958926,
            "stop": 1400960611
        },
        {
            "start": 1400960616,
            "stop": 1400961359
        },
        {
            "start": 1400961363,
            "stop": 1400962690
        },
        {
            "start": 1400962695,
            "stop": 1400964974
        },
        {
            "start": 1400964978,
            "stop": 1400971136
        },
        {
            "start": 1400971138,
            "stop": 1400971474
        },
        {
            "start": 1400983835,
            "stop": 1400983876
        },
        {
            "start": 1400984528,
            "stop": 1400984547
        },
        {
            "start": 1400984583,
            "stop": 1400989921
        },
        {
            "start": 1401008141,
            "stop": 1401033618
        },
        {
            "start": 1401047641,
            "stop": 1401048778
        },
        {
            "start": 1401048782,
            "stop": 1401049818
        },
        {
            "start": 1401053574,
            "stop": 1401056903
        }
    ]
}