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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=24",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 25,
    "results": [
        {
            "start": 816676286,
            "stop": 816689323
        },
        {
            "start": 816689340,
            "stop": 816695412
        },
        {
            "start": 816695429,
            "stop": 816698014
        },
        {
            "start": 816698018,
            "stop": 816703812
        },
        {
            "start": 816703815,
            "stop": 816706402
        },
        {
            "start": 816706419,
            "stop": 816707636
        },
        {
            "start": 816709659,
            "stop": 816710344
        },
        {
            "start": 816776371,
            "stop": 816776380
        },
        {
            "start": 816776409,
            "stop": 816776410
        },
        {
            "start": 816776414,
            "stop": 816776420
        },
        {
            "start": 816777770,
            "stop": 816777779
        },
        {
            "start": 816778075,
            "stop": 816778079
        },
        {
            "start": 816778348,
            "stop": 816778804
        },
        {
            "start": 816778808,
            "stop": 816782826
        },
        {
            "start": 816782843,
            "stop": 816783709
        },
        {
            "start": 816783712,
            "stop": 816784141
        },
        {
            "start": 816784144,
            "stop": 816785916
        },
        {
            "start": 816785933,
            "stop": 816788863
        },
        {
            "start": 816788880,
            "stop": 816793051
        },
        {
            "start": 816793105,
            "stop": 816795120
        }
    ]
}