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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 132,
    "results": [
        {
            "start": 931374661,
            "stop": 931374686
        },
        {
            "start": 931374688,
            "stop": 931374692
        },
        {
            "start": 931374696,
            "stop": 931374702
        },
        {
            "start": 931374703,
            "stop": 931374800
        },
        {
            "start": 931374801,
            "stop": 931374802
        },
        {
            "start": 931374804,
            "stop": 931374843
        },
        {
            "start": 931374844,
            "stop": 931374869
        },
        {
            "start": 931374870,
            "stop": 931375061
        },
        {
            "start": 931375063,
            "stop": 931375088
        },
        {
            "start": 931375089,
            "stop": 931375104
        },
        {
            "start": 931375106,
            "stop": 931375122
        },
        {
            "start": 931375124,
            "stop": 931375127
        },
        {
            "start": 931375129,
            "stop": 931375171
        },
        {
            "start": 931375172,
            "stop": 931375186
        },
        {
            "start": 931375188,
            "stop": 931375199
        },
        {
            "start": 931375201,
            "stop": 931375241
        },
        {
            "start": 931375242,
            "stop": 931375245
        },
        {
            "start": 931375248,
            "stop": 931375255
        },
        {
            "start": 931375256,
            "stop": 931375493
        },
        {
            "start": 931375494,
            "stop": 931375512
        }
    ]
}