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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=58",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 59,
    "results": [
        {
            "start": 951351989,
            "stop": 951353457
        },
        {
            "start": 951355513,
            "stop": 951392327
        },
        {
            "start": 951395712,
            "stop": 951434015
        },
        {
            "start": 951437227,
            "stop": 951447485
        },
        {
            "start": 951449877,
            "stop": 951508518
        },
        {
            "start": 951515291,
            "stop": 951519552
        },
        {
            "start": 951519616,
            "stop": 951521983
        },
        {
            "start": 951522017,
            "stop": 951522740
        },
        {
            "start": 951524562,
            "stop": 951538800
        },
        {
            "start": 951541190,
            "stop": 951543755
        },
        {
            "start": 951547648,
            "stop": 951555269
        },
        {
            "start": 951559942,
            "stop": 951580821
        },
        {
            "start": 951610420,
            "stop": 951624588
        },
        {
            "start": 951634380,
            "stop": 951635619
        },
        {
            "start": 951637017,
            "stop": 951648472
        },
        {
            "start": 951652071,
            "stop": 951666271
        },
        {
            "start": 951672374,
            "stop": 951675926
        },
        {
            "start": 951683097,
            "stop": 951690855
        },
        {
            "start": 951694371,
            "stop": 951697930
        },
        {
            "start": 951705325,
            "stop": 951723109
        }
    ]
}