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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=32",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 33,
    "results": [
        {
            "start": 931151322,
            "stop": 931151347
        },
        {
            "start": 931151349,
            "stop": 931151366
        },
        {
            "start": 931151368,
            "stop": 931151369
        },
        {
            "start": 931151371,
            "stop": 931151406
        },
        {
            "start": 931151408,
            "stop": 931151432
        },
        {
            "start": 931151433,
            "stop": 931151595
        },
        {
            "start": 931151597,
            "stop": 931151653
        },
        {
            "start": 931151654,
            "stop": 931151685
        },
        {
            "start": 931151686,
            "stop": 931151711
        },
        {
            "start": 931151712,
            "stop": 931151722
        },
        {
            "start": 931151723,
            "stop": 931151731
        },
        {
            "start": 931151732,
            "stop": 931151753
        },
        {
            "start": 931151755,
            "stop": 931151804
        },
        {
            "start": 931151806,
            "stop": 931151812
        },
        {
            "start": 931151814,
            "stop": 931151854
        },
        {
            "start": 931151856,
            "stop": 931151950
        },
        {
            "start": 931151952,
            "stop": 931151959
        },
        {
            "start": 931151961,
            "stop": 931151964
        },
        {
            "start": 931151965,
            "stop": 931151970
        },
        {
            "start": 931151977,
            "stop": 931151979
        }
    ]
}