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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5925",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5926,
    "results": [
        {
            "start": 875192186,
            "stop": 875192189
        },
        {
            "start": 875192192,
            "stop": 875192320
        },
        {
            "start": 875192323,
            "stop": 875192359
        },
        {
            "start": 875192362,
            "stop": 875192467
        },
        {
            "start": 875192470,
            "stop": 875192556
        },
        {
            "start": 875192559,
            "stop": 875192658
        },
        {
            "start": 875192662,
            "stop": 875193342
        },
        {
            "start": 875193345,
            "stop": 875193401
        },
        {
            "start": 875193406,
            "stop": 875193460
        },
        {
            "start": 875193463,
            "stop": 875193464
        },
        {
            "start": 875193468,
            "stop": 875193510
        },
        {
            "start": 875193513,
            "stop": 875193654
        },
        {
            "start": 875193657,
            "stop": 875193746
        },
        {
            "start": 875193749,
            "stop": 875193930
        },
        {
            "start": 875193933,
            "stop": 875193980
        },
        {
            "start": 875193983,
            "stop": 875194038
        },
        {
            "start": 875194041,
            "stop": 875194185
        },
        {
            "start": 875194188,
            "stop": 875194257
        },
        {
            "start": 875194260,
            "stop": 875194325
        },
        {
            "start": 875194328,
            "stop": 875194340
        }
    ]
}