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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=88",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 89,
    "results": [
        {
            "start": 931374003,
            "stop": 931374123
        },
        {
            "start": 931374125,
            "stop": 931374522
        },
        {
            "start": 931374524,
            "stop": 931374530
        },
        {
            "start": 931374531,
            "stop": 931374535
        },
        {
            "start": 931374536,
            "stop": 931374562
        },
        {
            "start": 931374564,
            "stop": 931374573
        },
        {
            "start": 931374575,
            "stop": 931374600
        },
        {
            "start": 931374602,
            "stop": 931374614
        },
        {
            "start": 931374616,
            "stop": 931374618
        },
        {
            "start": 931374620,
            "stop": 931374656
        },
        {
            "start": 931374658,
            "stop": 931374659
        },
        {
            "start": 931374661,
            "stop": 931374686
        },
        {
            "start": 931374688,
            "stop": 931374692
        },
        {
            "start": 931374696,
            "stop": 931374702
        },
        {
            "start": 931374703,
            "stop": 931374800
        },
        {
            "start": 931374801,
            "stop": 931374802
        },
        {
            "start": 931374804,
            "stop": 931374869
        },
        {
            "start": 931374870,
            "stop": 931375104
        },
        {
            "start": 931375106,
            "stop": 931375122
        },
        {
            "start": 931375124,
            "stop": 931375127
        }
    ]
}