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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7238",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7239,
    "results": [
        {
            "start": 874823619,
            "stop": 874823990
        },
        {
            "start": 874823991,
            "stop": 874824031
        },
        {
            "start": 874824033,
            "stop": 874824607
        },
        {
            "start": 874824608,
            "stop": 874825260
        },
        {
            "start": 874825262,
            "stop": 874825722
        },
        {
            "start": 874825724,
            "stop": 874825768
        },
        {
            "start": 874825769,
            "stop": 874826098
        },
        {
            "start": 874826100,
            "stop": 874826440
        },
        {
            "start": 874826441,
            "stop": 874826464
        },
        {
            "start": 874826465,
            "stop": 874826542
        },
        {
            "start": 874826543,
            "stop": 874826850
        },
        {
            "start": 874826851,
            "stop": 874827511
        },
        {
            "start": 874827512,
            "stop": 874827742
        },
        {
            "start": 874827744,
            "stop": 874828112
        },
        {
            "start": 874828113,
            "stop": 874828212
        },
        {
            "start": 874828213,
            "stop": 874828218
        },
        {
            "start": 874828220,
            "stop": 874828225
        },
        {
            "start": 874828226,
            "stop": 874828232
        },
        {
            "start": 874828234,
            "stop": 874828848
        },
        {
            "start": 874828849,
            "stop": 874828851
        }
    ]
}