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=5814
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=5815",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5813",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5814,
    "results": [
        {
            "start": 874704139,
            "stop": 874704202
        },
        {
            "start": 874704210,
            "stop": 874704290
        },
        {
            "start": 874704293,
            "stop": 874704304
        },
        {
            "start": 874704309,
            "stop": 874704336
        },
        {
            "start": 874704340,
            "stop": 874704343
        },
        {
            "start": 874704346,
            "stop": 874704351
        },
        {
            "start": 874704354,
            "stop": 874704366
        },
        {
            "start": 874704369,
            "stop": 874704371
        },
        {
            "start": 874704374,
            "stop": 874704405
        },
        {
            "start": 874704408,
            "stop": 874704415
        },
        {
            "start": 874704418,
            "stop": 874704428
        },
        {
            "start": 874704431,
            "stop": 874704445
        },
        {
            "start": 874704449,
            "stop": 874704484
        },
        {
            "start": 874704492,
            "stop": 874704494
        },
        {
            "start": 874704498,
            "stop": 874704513
        },
        {
            "start": 874704518,
            "stop": 874704542
        },
        {
            "start": 874704545,
            "stop": 874704553
        },
        {
            "start": 874704556,
            "stop": 874704564
        },
        {
            "start": 874704570,
            "stop": 874704657
        },
        {
            "start": 874704660,
            "stop": 874704668
        }
    ]
}