Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=51
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=50",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 51,
    "results": [
        {
            "start": 1126330697,
            "stop": 1126330735
        },
        {
            "start": 1126330736,
            "stop": 1126330744
        },
        {
            "start": 1126330745,
            "stop": 1126330751
        },
        {
            "start": 1126330754,
            "stop": 1126330755
        },
        {
            "start": 1126330757,
            "stop": 1126330764
        },
        {
            "start": 1126330765,
            "stop": 1126331055
        },
        {
            "start": 1126331056,
            "stop": 1126331059
        },
        {
            "start": 1126401691,
            "stop": 1126401917
        },
        {
            "start": 1126401977,
            "stop": 1126402196
        },
        {
            "start": 1126402197,
            "stop": 1126402541
        },
        {
            "start": 1126402542,
            "stop": 1126402663
        },
        {
            "start": 1126402664,
            "stop": 1126402696
        },
        {
            "start": 1126402698,
            "stop": 1126402868
        },
        {
            "start": 1126402869,
            "stop": 1126402882
        },
        {
            "start": 1126402885,
            "stop": 1126402934
        },
        {
            "start": 1126402936,
            "stop": 1126403214
        },
        {
            "start": 1126403216,
            "stop": 1126403293
        },
        {
            "start": 1126403300,
            "stop": 1126403597
        },
        {
            "start": 1126403598,
            "stop": 1126403937
        },
        {
            "start": 1126403938,
            "stop": 1126404036
        }
    ]
}