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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=496",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=494",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 495,
    "results": [
        {
            "start": 959025483,
            "stop": 959034000
        },
        {
            "start": 959034075,
            "stop": 959037264
        },
        {
            "start": 959037265,
            "stop": 959042134
        },
        {
            "start": 959046814,
            "stop": 959061238
        },
        {
            "start": 959063793,
            "stop": 959076823
        },
        {
            "start": 959084353,
            "stop": 959084527
        },
        {
            "start": 959087852,
            "stop": 959091805
        },
        {
            "start": 959107093,
            "stop": 959107501
        },
        {
            "start": 959110522,
            "stop": 959110577
        },
        {
            "start": 959110653,
            "stop": 959110802
        },
        {
            "start": 959112781,
            "stop": 959114532
        },
        {
            "start": 959163351,
            "stop": 959170610
        },
        {
            "start": 959170612,
            "stop": 959173393
        },
        {
            "start": 959175241,
            "stop": 959194983
        },
        {
            "start": 959196563,
            "stop": 959209877
        },
        {
            "start": 959219689,
            "stop": 959246895
        },
        {
            "start": 959253952,
            "stop": 959276070
        },
        {
            "start": 959279378,
            "stop": 959288367
        },
        {
            "start": 959295244,
            "stop": 959299326
        },
        {
            "start": 959299680,
            "stop": 959312073
        }
    ]
}