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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=23",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 24,
    "results": [
        {
            "start": 1257072901,
            "stop": 1257075608
        },
        {
            "start": 1257075611,
            "stop": 1257076941
        },
        {
            "start": 1257076943,
            "stop": 1257077088
        },
        {
            "start": 1257077089,
            "stop": 1257077566
        },
        {
            "start": 1257077568,
            "stop": 1257077598
        },
        {
            "start": 1257077599,
            "stop": 1257077616
        },
        {
            "start": 1257077618,
            "stop": 1257078017
        },
        {
            "start": 1257078020,
            "stop": 1257078531
        },
        {
            "start": 1257078534,
            "stop": 1257080993
        },
        {
            "start": 1257081001,
            "stop": 1257081831
        },
        {
            "start": 1257081834,
            "stop": 1257082167
        },
        {
            "start": 1257082170,
            "stop": 1257082964
        },
        {
            "start": 1257082967,
            "stop": 1257084180
        },
        {
            "start": 1257084183,
            "stop": 1257084919
        },
        {
            "start": 1257084922,
            "stop": 1257087845
        },
        {
            "start": 1257087848,
            "stop": 1257088252
        },
        {
            "start": 1257088259,
            "stop": 1257089463
        },
        {
            "start": 1257089470,
            "stop": 1257089584
        },
        {
            "start": 1257089587,
            "stop": 1257089594
        },
        {
            "start": 1257089597,
            "stop": 1257089626
        }
    ]
}