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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1511",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1509",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1510,
    "results": [
        {
            "start": 869773546,
            "stop": 869821454
        },
        {
            "start": 869821457,
            "stop": 869831464
        },
        {
            "start": 869832460,
            "stop": 869845061
        },
        {
            "start": 869845064,
            "stop": 869845070
        },
        {
            "start": 869845075,
            "stop": 869845079
        },
        {
            "start": 869845085,
            "stop": 869853741
        },
        {
            "start": 869853744,
            "stop": 869853757
        },
        {
            "start": 869853762,
            "stop": 869858155
        },
        {
            "start": 869860284,
            "stop": 869862109
        },
        {
            "start": 869862112,
            "stop": 869863127
        },
        {
            "start": 869863130,
            "stop": 869882540
        },
        {
            "start": 869882577,
            "stop": 869882580
        },
        {
            "start": 869882586,
            "stop": 869919788
        },
        {
            "start": 869919792,
            "stop": 869925566
        },
        {
            "start": 869925569,
            "stop": 869925581
        },
        {
            "start": 869925584,
            "stop": 869925586
        },
        {
            "start": 869925589,
            "stop": 869925600
        },
        {
            "start": 869925603,
            "stop": 869926909
        },
        {
            "start": 869926912,
            "stop": 869929065
        },
        {
            "start": 869946078,
            "stop": 869947444
        }
    ]
}