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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=46",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 47,
    "results": [
        {
            "start": 1401769579,
            "stop": 1401775369
        },
        {
            "start": 1401780259,
            "stop": 1401789127
        },
        {
            "start": 1401789129,
            "stop": 1401794447
        },
        {
            "start": 1401794448,
            "stop": 1401796853
        },
        {
            "start": 1401796856,
            "stop": 1401798919
        },
        {
            "start": 1401798923,
            "stop": 1401799326
        },
        {
            "start": 1401799331,
            "stop": 1401799635
        },
        {
            "start": 1401799639,
            "stop": 1401801027
        },
        {
            "start": 1401801032,
            "stop": 1401814873
        },
        {
            "start": 1401814876,
            "stop": 1401821770
        },
        {
            "start": 1401821773,
            "stop": 1401822844
        },
        {
            "start": 1401822846,
            "stop": 1401829474
        },
        {
            "start": 1401829477,
            "stop": 1401833339
        },
        {
            "start": 1401833342,
            "stop": 1401836873
        },
        {
            "start": 1401836876,
            "stop": 1401838415
        },
        {
            "start": 1401838418,
            "stop": 1401841281
        },
        {
            "start": 1401841284,
            "stop": 1401842559
        },
        {
            "start": 1401842562,
            "stop": 1401850849
        },
        {
            "start": 1401854030,
            "stop": 1401859658
        },
        {
            "start": 1401859662,
            "stop": 1401860313
        }
    ]
}