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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=109",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 110,
    "results": [
        {
            "start": 931348054,
            "stop": 931348074
        },
        {
            "start": 931348076,
            "stop": 931348079
        },
        {
            "start": 931348081,
            "stop": 931348093
        },
        {
            "start": 931348095,
            "stop": 931348106
        },
        {
            "start": 931348107,
            "stop": 931348161
        },
        {
            "start": 931348164,
            "stop": 931348193
        },
        {
            "start": 931348196,
            "stop": 931348247
        },
        {
            "start": 931348249,
            "stop": 931348251
        },
        {
            "start": 931348252,
            "stop": 931348264
        },
        {
            "start": 931348265,
            "stop": 931348276
        },
        {
            "start": 931348278,
            "stop": 931348333
        },
        {
            "start": 931348336,
            "stop": 931348368
        },
        {
            "start": 931348369,
            "stop": 931348434
        },
        {
            "start": 931348436,
            "stop": 931348528
        },
        {
            "start": 931348529,
            "stop": 931348548
        },
        {
            "start": 931348550,
            "stop": 931348553
        },
        {
            "start": 931348554,
            "stop": 931348562
        },
        {
            "start": 931348563,
            "stop": 931348589
        },
        {
            "start": 931348593,
            "stop": 931348682
        },
        {
            "start": 931348684,
            "stop": 931348716
        }
    ]
}