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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=484",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=482",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 483,
    "results": [
        {
            "start": 955969182,
            "stop": 955978549
        },
        {
            "start": 955998428,
            "stop": 956004624
        },
        {
            "start": 956004625,
            "stop": 956008512
        },
        {
            "start": 956008514,
            "stop": 956014065
        },
        {
            "start": 956014176,
            "stop": 956014659
        },
        {
            "start": 956014660,
            "stop": 956016240
        },
        {
            "start": 956016245,
            "stop": 956017006
        },
        {
            "start": 956018628,
            "stop": 956024250
        },
        {
            "start": 956026522,
            "stop": 956028766
        },
        {
            "start": 956032603,
            "stop": 956052988
        },
        {
            "start": 956056573,
            "stop": 956059693
        },
        {
            "start": 956059694,
            "stop": 956060634
        },
        {
            "start": 956069508,
            "stop": 956072815
        },
        {
            "start": 956075441,
            "stop": 956077382
        },
        {
            "start": 956088065,
            "stop": 956095607
        },
        {
            "start": 956098798,
            "stop": 956112971
        },
        {
            "start": 956114104,
            "stop": 956121667
        },
        {
            "start": 956121668,
            "stop": 956122709
        },
        {
            "start": 956124338,
            "stop": 956130680
        },
        {
            "start": 956131886,
            "stop": 956141744
        }
    ]
}