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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=31",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 32,
    "results": [
        {
            "start": 931164847,
            "stop": 931164861
        },
        {
            "start": 931164863,
            "stop": 931164871
        },
        {
            "start": 931164873,
            "stop": 931164945
        },
        {
            "start": 931164947,
            "stop": 931164971
        },
        {
            "start": 931164972,
            "stop": 931164991
        },
        {
            "start": 931164994,
            "stop": 931164996
        },
        {
            "start": 931164997,
            "stop": 931165066
        },
        {
            "start": 931165067,
            "stop": 931165211
        },
        {
            "start": 931165213,
            "stop": 931165333
        },
        {
            "start": 931165335,
            "stop": 931165572
        },
        {
            "start": 931165574,
            "stop": 931165599
        },
        {
            "start": 931165601,
            "stop": 931165656
        },
        {
            "start": 931165657,
            "stop": 931165677
        },
        {
            "start": 931165678,
            "stop": 931165708
        },
        {
            "start": 931165710,
            "stop": 931165842
        },
        {
            "start": 931165844,
            "stop": 931166094
        },
        {
            "start": 931166095,
            "stop": 931166171
        },
        {
            "start": 931166174,
            "stop": 931166352
        },
        {
            "start": 931166354,
            "stop": 931166359
        },
        {
            "start": 931166361,
            "stop": 931166367
        }
    ]
}