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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=75",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 76,
    "results": [
        {
            "start": 931350366,
            "stop": 931350387
        },
        {
            "start": 931350388,
            "stop": 931350392
        },
        {
            "start": 931350394,
            "stop": 931350410
        },
        {
            "start": 931350412,
            "stop": 931350467
        },
        {
            "start": 931350469,
            "stop": 931350472
        },
        {
            "start": 931350474,
            "stop": 931350475
        },
        {
            "start": 931350477,
            "stop": 931350480
        },
        {
            "start": 931350483,
            "stop": 931350491
        },
        {
            "start": 931350493,
            "stop": 931350499
        },
        {
            "start": 931350501,
            "stop": 931350541
        },
        {
            "start": 931350543,
            "stop": 931350546
        },
        {
            "start": 931350548,
            "stop": 931350552
        },
        {
            "start": 931350554,
            "stop": 931350588
        },
        {
            "start": 931350590,
            "stop": 931350685
        },
        {
            "start": 931350687,
            "stop": 931350698
        },
        {
            "start": 931350700,
            "stop": 931350701
        },
        {
            "start": 931350703,
            "stop": 931350714
        },
        {
            "start": 931350717,
            "stop": 931350725
        },
        {
            "start": 931350727,
            "stop": 931350731
        },
        {
            "start": 931350733,
            "stop": 931350757
        }
    ]
}