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/H1_CW_CAT1/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/S5/timelines/H1_CW_CAT1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=46",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 47,
    "results": [
        {
            "start": 821151351,
            "stop": 821182369
        },
        {
            "start": 821213389,
            "stop": 821214483
        },
        {
            "start": 821214511,
            "stop": 821216589
        },
        {
            "start": 821216906,
            "stop": 821216953
        },
        {
            "start": 821219445,
            "stop": 821221333
        },
        {
            "start": 821221359,
            "stop": 821221360
        },
        {
            "start": 821221574,
            "stop": 821222053
        },
        {
            "start": 821224156,
            "stop": 821227273
        },
        {
            "start": 821227280,
            "stop": 821227281
        },
        {
            "start": 821227449,
            "stop": 821227473
        },
        {
            "start": 821227504,
            "stop": 821232433
        },
        {
            "start": 821233092,
            "stop": 821239333
        },
        {
            "start": 821240172,
            "stop": 821287393
        },
        {
            "start": 821288674,
            "stop": 821307700
        },
        {
            "start": 821308381,
            "stop": 821326273
        },
        {
            "start": 821326323,
            "stop": 821326325
        },
        {
            "start": 821326418,
            "stop": 821344153
        },
        {
            "start": 821345496,
            "stop": 821363113
        },
        {
            "start": 821364960,
            "stop": 821388547
        },
        {
            "start": 821390722,
            "stop": 821394306
        }
    ]
}