Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=65
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=64",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 65,
    "results": [
        {
            "start": 931501444,
            "stop": 931501473
        },
        {
            "start": 931501483,
            "stop": 931501485
        },
        {
            "start": 931501488,
            "stop": 931501491
        },
        {
            "start": 931501497,
            "stop": 931501509
        },
        {
            "start": 931501512,
            "stop": 931501515
        },
        {
            "start": 931501519,
            "stop": 931501521
        },
        {
            "start": 931501524,
            "stop": 931501532
        },
        {
            "start": 931501540,
            "stop": 931501542
        },
        {
            "start": 931501545,
            "stop": 931501547
        },
        {
            "start": 931501550,
            "stop": 931501552
        },
        {
            "start": 931501557,
            "stop": 931501558
        },
        {
            "start": 931501561,
            "stop": 931501562
        },
        {
            "start": 931501565,
            "stop": 931501567
        },
        {
            "start": 931501570,
            "stop": 931501571
        },
        {
            "start": 931501574,
            "stop": 931501583
        },
        {
            "start": 931501589,
            "stop": 931501590
        },
        {
            "start": 931501603,
            "stop": 931501606
        },
        {
            "start": 931501612,
            "stop": 931501629
        },
        {
            "start": 931501632,
            "stop": 931501634
        },
        {
            "start": 931501643,
            "stop": 931501645
        }
    ]
}