Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=494
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=495",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=493",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 494,
    "results": [
        {
            "start": 822740020,
            "stop": 822742349
        },
        {
            "start": 822742352,
            "stop": 822758230
        },
        {
            "start": 822773473,
            "stop": 822777742
        },
        {
            "start": 822778062,
            "stop": 822778480
        },
        {
            "start": 822778880,
            "stop": 822790617
        },
        {
            "start": 822790618,
            "stop": 822796642
        },
        {
            "start": 822796643,
            "stop": 822798493
        },
        {
            "start": 822798494,
            "stop": 822798655
        },
        {
            "start": 822798657,
            "stop": 822800400
        },
        {
            "start": 822800401,
            "stop": 822801333
        },
        {
            "start": 822801334,
            "stop": 822804676
        },
        {
            "start": 822804677,
            "stop": 822804913
        },
        {
            "start": 822806053,
            "stop": 822806401
        },
        {
            "start": 822814639,
            "stop": 822814693
        },
        {
            "start": 822815593,
            "stop": 822816083
        },
        {
            "start": 822816403,
            "stop": 822817480
        },
        {
            "start": 822818306,
            "stop": 822818924
        },
        {
            "start": 822819324,
            "stop": 822819327
        },
        {
            "start": 822819915,
            "stop": 822821557
        },
        {
            "start": 822821558,
            "stop": 822821680
        }
    ]
}