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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=71",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 72,
    "results": [
        {
            "start": 821274417,
            "stop": 821274486
        },
        {
            "start": 821274489,
            "stop": 821274532
        },
        {
            "start": 821274535,
            "stop": 821274541
        },
        {
            "start": 821274544,
            "stop": 821274792
        },
        {
            "start": 821274795,
            "stop": 821274840
        },
        {
            "start": 821274843,
            "stop": 821275122
        },
        {
            "start": 821275125,
            "stop": 821275209
        },
        {
            "start": 821275212,
            "stop": 821275234
        },
        {
            "start": 821275237,
            "stop": 821275312
        },
        {
            "start": 821275315,
            "stop": 821275329
        },
        {
            "start": 821275332,
            "stop": 821275364
        },
        {
            "start": 821275367,
            "stop": 821275580
        },
        {
            "start": 821275583,
            "stop": 821275631
        },
        {
            "start": 821275634,
            "stop": 821275679
        },
        {
            "start": 821275682,
            "stop": 821275766
        },
        {
            "start": 821275769,
            "stop": 821275801
        },
        {
            "start": 821275804,
            "stop": 821275965
        },
        {
            "start": 821275968,
            "stop": 821275969
        },
        {
            "start": 821275973,
            "stop": 821276444
        },
        {
            "start": 821276450,
            "stop": 821276452
        }
    ]
}