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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=25",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 26,
    "results": [
        {
            "start": 931151349,
            "stop": 931151366
        },
        {
            "start": 931151368,
            "stop": 931151369
        },
        {
            "start": 931151371,
            "stop": 931151406
        },
        {
            "start": 931151408,
            "stop": 931151595
        },
        {
            "start": 931151596,
            "stop": 931151711
        },
        {
            "start": 931151712,
            "stop": 931151722
        },
        {
            "start": 931151723,
            "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
        },
        {
            "start": 931151980,
            "stop": 931151982
        },
        {
            "start": 931151983,
            "stop": 931151993
        },
        {
            "start": 931152000,
            "stop": 931152002
        },
        {
            "start": 931152004,
            "stop": 931152008
        },
        {
            "start": 931152010,
            "stop": 931152014
        }
    ]
}