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=7236
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=7237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7235",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7236,
    "results": [
        {
            "start": 874805558,
            "stop": 874805583
        },
        {
            "start": 874805584,
            "stop": 874805608
        },
        {
            "start": 874805609,
            "stop": 874806159
        },
        {
            "start": 874806160,
            "stop": 874806367
        },
        {
            "start": 874806368,
            "stop": 874806720
        },
        {
            "start": 874806721,
            "stop": 874807066
        },
        {
            "start": 874807068,
            "stop": 874807126
        },
        {
            "start": 874807127,
            "stop": 874807394
        },
        {
            "start": 874807395,
            "stop": 874807504
        },
        {
            "start": 874807505,
            "stop": 874807584
        },
        {
            "start": 874807585,
            "stop": 874807719
        },
        {
            "start": 874807720,
            "stop": 874807934
        },
        {
            "start": 874807936,
            "stop": 874808457
        },
        {
            "start": 874808459,
            "stop": 874808788
        },
        {
            "start": 874808790,
            "stop": 874808889
        },
        {
            "start": 874808891,
            "stop": 874808899
        },
        {
            "start": 874808901,
            "stop": 874809151
        },
        {
            "start": 874809152,
            "stop": 874809259
        },
        {
            "start": 874809260,
            "stop": 874809298
        },
        {
            "start": 874809299,
            "stop": 874809361
        }
    ]
}