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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2162",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2163,
    "results": [
        {
            "start": 869882577,
            "stop": 869882580
        },
        {
            "start": 869882586,
            "stop": 869900490
        },
        {
            "start": 869900610,
            "stop": 869919789
        },
        {
            "start": 869919792,
            "stop": 869920100
        },
        {
            "start": 869920105,
            "stop": 869922550
        },
        {
            "start": 869922558,
            "stop": 869922593
        },
        {
            "start": 869922901,
            "stop": 869925566
        },
        {
            "start": 869925569,
            "stop": 869925581
        },
        {
            "start": 869925584,
            "stop": 869925586
        },
        {
            "start": 869925589,
            "stop": 869925600
        },
        {
            "start": 869925603,
            "stop": 869926909
        },
        {
            "start": 869926912,
            "stop": 869927417
        },
        {
            "start": 869927428,
            "stop": 869927450
        },
        {
            "start": 869927455,
            "stop": 869927462
        },
        {
            "start": 869927468,
            "stop": 869928867
        },
        {
            "start": 869928873,
            "stop": 869929065
        },
        {
            "start": 869946078,
            "stop": 869946382
        },
        {
            "start": 869946388,
            "stop": 869947444
        },
        {
            "start": 869947447,
            "stop": 869948848
        },
        {
            "start": 869948851,
            "stop": 869949286
        }
    ]
}