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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=40",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 41,
    "results": [
        {
            "start": 821031424,
            "stop": 821034892
        },
        {
            "start": 821036108,
            "stop": 821036164
        },
        {
            "start": 821036564,
            "stop": 821037917
        },
        {
            "start": 821038539,
            "stop": 821039714
        },
        {
            "start": 821040314,
            "stop": 821040458
        },
        {
            "start": 821040778,
            "stop": 821043532
        },
        {
            "start": 821043932,
            "stop": 821045376
        },
        {
            "start": 821045799,
            "stop": 821046333
        },
        {
            "start": 821046733,
            "stop": 821046748
        },
        {
            "start": 821047148,
            "stop": 821047702
        },
        {
            "start": 821048186,
            "stop": 821049811
        },
        {
            "start": 821050262,
            "stop": 821053180
        },
        {
            "start": 821053500,
            "stop": 821054141
        },
        {
            "start": 821054541,
            "stop": 821055969
        },
        {
            "start": 821057895,
            "stop": 821060853
        },
        {
            "start": 821061634,
            "stop": 821063300
        },
        {
            "start": 821063620,
            "stop": 821064022
        },
        {
            "start": 821064422,
            "stop": 821065097
        },
        {
            "start": 821065115,
            "stop": 821070959
        },
        {
            "start": 821075333,
            "stop": 821075874
        }
    ]
}