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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=555",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=553",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 554,
    "results": [
        {
            "start": 872545888,
            "stop": 872545891
        },
        {
            "start": 872545921,
            "stop": 872547541
        },
        {
            "start": 872548025,
            "stop": 872557221
        },
        {
            "start": 872557238,
            "stop": 872563873
        },
        {
            "start": 872570017,
            "stop": 872575211
        },
        {
            "start": 872576504,
            "stop": 872580700
        },
        {
            "start": 872582833,
            "stop": 872583482
        },
        {
            "start": 872584877,
            "stop": 872587087
        },
        {
            "start": 872588945,
            "stop": 872591179
        },
        {
            "start": 872591286,
            "stop": 872598198
        },
        {
            "start": 872598379,
            "stop": 872600473
        },
        {
            "start": 872601956,
            "stop": 872603197
        },
        {
            "start": 872603234,
            "stop": 872603787
        },
        {
            "start": 872604594,
            "stop": 872606778
        },
        {
            "start": 872608633,
            "stop": 872609534
        },
        {
            "start": 872609645,
            "stop": 872610558
        },
        {
            "start": 872637466,
            "stop": 872638280
        },
        {
            "start": 872638550,
            "stop": 872643150
        },
        {
            "start": 872644542,
            "stop": 872645226
        },
        {
            "start": 872645228,
            "stop": 872648054
        }
    ]
}