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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=672",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=670",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 671,
    "results": [
        {
            "start": 1264973805,
            "stop": 1264974492
        },
        {
            "start": 1264974495,
            "stop": 1264975119
        },
        {
            "start": 1264975127,
            "stop": 1264979886
        },
        {
            "start": 1264979889,
            "stop": 1264980185
        },
        {
            "start": 1264980188,
            "stop": 1264980889
        },
        {
            "start": 1264980892,
            "stop": 1264982347
        },
        {
            "start": 1264988059,
            "stop": 1264989637
        },
        {
            "start": 1264989640,
            "stop": 1264990547
        },
        {
            "start": 1264990550,
            "stop": 1264995010
        },
        {
            "start": 1264995013,
            "stop": 1264995037
        },
        {
            "start": 1264995040,
            "stop": 1264995874
        },
        {
            "start": 1264995877,
            "stop": 1264998604
        },
        {
            "start": 1264998606,
            "stop": 1265000749
        },
        {
            "start": 1265000753,
            "stop": 1265000798
        },
        {
            "start": 1265000801,
            "stop": 1265006347
        },
        {
            "start": 1265006350,
            "stop": 1265007294
        },
        {
            "start": 1265007297,
            "stop": 1265008074
        },
        {
            "start": 1265008082,
            "stop": 1265011363
        },
        {
            "start": 1265011371,
            "stop": 1265017954
        },
        {
            "start": 1265017957,
            "stop": 1265018868
        }
    ]
}