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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=75",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 76,
    "results": [
        {
            "start": 931257707,
            "stop": 931257756
        },
        {
            "start": 931257757,
            "stop": 931257765
        },
        {
            "start": 931257766,
            "stop": 931257792
        },
        {
            "start": 931257793,
            "stop": 931257803
        },
        {
            "start": 931257804,
            "stop": 931257968
        },
        {
            "start": 931257969,
            "stop": 931258018
        },
        {
            "start": 931258019,
            "stop": 931258034
        },
        {
            "start": 931258035,
            "stop": 931258184
        },
        {
            "start": 931258185,
            "stop": 931258302
        },
        {
            "start": 931258303,
            "stop": 931258349
        },
        {
            "start": 931258350,
            "stop": 931258359
        },
        {
            "start": 931258360,
            "stop": 931258724
        },
        {
            "start": 931258725,
            "stop": 931258815
        },
        {
            "start": 931259175,
            "stop": 931259340
        },
        {
            "start": 931259341,
            "stop": 931259500
        },
        {
            "start": 931259501,
            "stop": 931259547
        },
        {
            "start": 931259548,
            "stop": 931259566
        },
        {
            "start": 931259567,
            "stop": 931259597
        },
        {
            "start": 931259598,
            "stop": 931259657
        },
        {
            "start": 931259658,
            "stop": 931259694
        }
    ]
}