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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8843",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8841",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8842,
    "results": [
        {
            "start": 874519740,
            "stop": 874519790
        },
        {
            "start": 874519930,
            "stop": 874519980
        },
        {
            "start": 874520400,
            "stop": 874520640
        },
        {
            "start": 874520760,
            "stop": 874520820
        },
        {
            "start": 874521240,
            "stop": 874521300
        },
        {
            "start": 874521420,
            "stop": 874521600
        },
        {
            "start": 874521720,
            "stop": 874521943
        },
        {
            "start": 874522620,
            "stop": 874522680
        },
        {
            "start": 874522920,
            "stop": 874522980
        },
        {
            "start": 874523040,
            "stop": 874523100
        },
        {
            "start": 874523400,
            "stop": 874523460
        },
        {
            "start": 874523880,
            "stop": 874523940
        },
        {
            "start": 874528860,
            "stop": 874528920
        },
        {
            "start": 874534980,
            "stop": 874535040
        },
        {
            "start": 874535100,
            "stop": 874535160
        },
        {
            "start": 874535400,
            "stop": 874535700
        },
        {
            "start": 874535820,
            "stop": 874535880
        },
        {
            "start": 874536000,
            "stop": 874536043
        },
        {
            "start": 874536539,
            "stop": 874536619
        },
        {
            "start": 874537560,
            "stop": 874538040
        }
    ]
}