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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5921",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5922,
    "results": [
        {
            "start": 875152069,
            "stop": 875152290
        },
        {
            "start": 875152293,
            "stop": 875152537
        },
        {
            "start": 875152540,
            "stop": 875152552
        },
        {
            "start": 875152555,
            "stop": 875152795
        },
        {
            "start": 875152798,
            "stop": 875152802
        },
        {
            "start": 875152806,
            "stop": 875153020
        },
        {
            "start": 875153023,
            "stop": 875153188
        },
        {
            "start": 875153192,
            "stop": 875153220
        },
        {
            "start": 875153223,
            "stop": 875153318
        },
        {
            "start": 875153321,
            "stop": 875153690
        },
        {
            "start": 875153693,
            "stop": 875153709
        },
        {
            "start": 875153712,
            "stop": 875153970
        },
        {
            "start": 875162343,
            "stop": 875166092
        },
        {
            "start": 875166095,
            "stop": 875166183
        },
        {
            "start": 875166192,
            "stop": 875166202
        },
        {
            "start": 875166205,
            "stop": 875166239
        },
        {
            "start": 875166242,
            "stop": 875166255
        },
        {
            "start": 875166258,
            "stop": 875166259
        },
        {
            "start": 875171323,
            "stop": 875174600
        },
        {
            "start": 875174603,
            "stop": 875175036
        }
    ]
}