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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=17",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 18,
    "results": [
        {
            "start": 933785798,
            "stop": 933794359
        },
        {
            "start": 933795132,
            "stop": 933808678
        },
        {
            "start": 933809158,
            "stop": 933812314
        },
        {
            "start": 933812471,
            "stop": 933815035
        },
        {
            "start": 933816877,
            "stop": 933817199
        },
        {
            "start": 933817242,
            "stop": 933825291
        },
        {
            "start": 933826145,
            "stop": 933826146
        },
        {
            "start": 933829390,
            "stop": 933842635
        },
        {
            "start": 933843676,
            "stop": 933851726
        },
        {
            "start": 933865440,
            "stop": 933866148
        },
        {
            "start": 933866738,
            "stop": 933867795
        },
        {
            "start": 933869228,
            "stop": 933869320
        },
        {
            "start": 933869435,
            "stop": 933869667
        },
        {
            "start": 933872227,
            "stop": 933872898
        },
        {
            "start": 933873440,
            "stop": 933882616
        },
        {
            "start": 933883190,
            "stop": 933883918
        },
        {
            "start": 933885570,
            "stop": 933890681
        },
        {
            "start": 933891038,
            "stop": 933891039
        },
        {
            "start": 933891073,
            "stop": 933900485
        },
        {
            "start": 933900670,
            "stop": 933914383
        }
    ]
}