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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=411",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=409",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 410,
    "results": [
        {
            "start": 1182662501,
            "stop": 1182662518
        },
        {
            "start": 1182662519,
            "stop": 1182662612
        },
        {
            "start": 1182662613,
            "stop": 1182662679
        },
        {
            "start": 1182662681,
            "stop": 1182662719
        },
        {
            "start": 1182662720,
            "stop": 1182662828
        },
        {
            "start": 1182662830,
            "stop": 1182662881
        },
        {
            "start": 1182662882,
            "stop": 1182662893
        },
        {
            "start": 1182662895,
            "stop": 1182662897
        },
        {
            "start": 1182662901,
            "stop": 1182663115
        },
        {
            "start": 1182663116,
            "stop": 1182663118
        },
        {
            "start": 1182663121,
            "stop": 1182663283
        },
        {
            "start": 1182663284,
            "stop": 1182663564
        },
        {
            "start": 1182663566,
            "stop": 1182663641
        },
        {
            "start": 1182663643,
            "stop": 1182663877
        },
        {
            "start": 1182663878,
            "stop": 1182663931
        },
        {
            "start": 1182663932,
            "stop": 1182668126
        },
        {
            "start": 1182668130,
            "stop": 1182669670
        },
        {
            "start": 1182669674,
            "stop": 1182671310
        },
        {
            "start": 1182671312,
            "stop": 1182671459
        },
        {
            "start": 1182671460,
            "stop": 1182671894
        }
    ]
}