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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=10",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 11,
    "results": [
        {
            "start": 816650176,
            "stop": 816656394
        },
        {
            "start": 816656397,
            "stop": 816657324
        },
        {
            "start": 816660712,
            "stop": 816674833
        },
        {
            "start": 816676286,
            "stop": 816703812
        },
        {
            "start": 816703815,
            "stop": 816707713
        },
        {
            "start": 816709659,
            "stop": 816710413
        },
        {
            "start": 816776371,
            "stop": 816776380
        },
        {
            "start": 816776409,
            "stop": 816776410
        },
        {
            "start": 816776414,
            "stop": 816776420
        },
        {
            "start": 816777770,
            "stop": 816777779
        },
        {
            "start": 816778075,
            "stop": 816778079
        },
        {
            "start": 816778348,
            "stop": 816783709
        },
        {
            "start": 816783712,
            "stop": 816793051
        },
        {
            "start": 816793105,
            "stop": 816807193
        },
        {
            "start": 816812488,
            "stop": 816814153
        },
        {
            "start": 816816157,
            "stop": 816818400
        },
        {
            "start": 816819345,
            "stop": 816823607
        },
        {
            "start": 816825229,
            "stop": 816858420
        },
        {
            "start": 816858423,
            "stop": 816865153
        },
        {
            "start": 816866663,
            "stop": 816868982
        }
    ]
}