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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=19",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 20,
    "results": [
        {
            "start": 817730835,
            "stop": 817736342
        },
        {
            "start": 817736344,
            "stop": 817753213
        },
        {
            "start": 817757865,
            "stop": 817764673
        },
        {
            "start": 817765466,
            "stop": 817766187
        },
        {
            "start": 817768021,
            "stop": 817770767
        },
        {
            "start": 817774855,
            "stop": 817781833
        },
        {
            "start": 817782558,
            "stop": 817783510
        },
        {
            "start": 817783810,
            "stop": 817821553
        },
        {
            "start": 817822627,
            "stop": 817824113
        },
        {
            "start": 817824115,
            "stop": 817824427
        },
        {
            "start": 817828411,
            "stop": 817829006
        },
        {
            "start": 817829052,
            "stop": 817839313
        },
        {
            "start": 817841097,
            "stop": 817844293
        },
        {
            "start": 817844341,
            "stop": 817844343
        },
        {
            "start": 817844763,
            "stop": 817845367
        },
        {
            "start": 817845369,
            "stop": 817849622
        },
        {
            "start": 817850070,
            "stop": 817852385
        },
        {
            "start": 817857283,
            "stop": 817859392
        },
        {
            "start": 817861772,
            "stop": 817870609
        },
        {
            "start": 817873174,
            "stop": 817911867
        }
    ]
}