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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=22",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 23,
    "results": [
        {
            "start": 816667345,
            "stop": 816667349
        },
        {
            "start": 816667353,
            "stop": 816667942
        },
        {
            "start": 816667945,
            "stop": 816674748
        },
        {
            "start": 816676286,
            "stop": 816688303
        },
        {
            "start": 816688544,
            "stop": 816698014
        },
        {
            "start": 816698018,
            "stop": 816703812
        },
        {
            "start": 816703815,
            "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": 816779803
        },
        {
            "start": 816779984,
            "stop": 816783709
        },
        {
            "start": 816783712,
            "stop": 816783960
        },
        {
            "start": 816784080,
            "stop": 816784141
        },
        {
            "start": 816784144,
            "stop": 816793051
        },
        {
            "start": 816793105,
            "stop": 816795120
        }
    ]
}