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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3151",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3152,
    "results": [
        {
            "start": 869024323,
            "stop": 869032335
        },
        {
            "start": 869032339,
            "stop": 869051262
        },
        {
            "start": 869053115,
            "stop": 869059948
        },
        {
            "start": 869061943,
            "stop": 869061957
        },
        {
            "start": 869061961,
            "stop": 869062980
        },
        {
            "start": 869063040,
            "stop": 869064360
        },
        {
            "start": 869064480,
            "stop": 869065565
        },
        {
            "start": 869065570,
            "stop": 869066127
        },
        {
            "start": 869066131,
            "stop": 869066576
        },
        {
            "start": 869066579,
            "stop": 869067360
        },
        {
            "start": 869067420,
            "stop": 869067735
        },
        {
            "start": 869069964,
            "stop": 869070146
        },
        {
            "start": 869070149,
            "stop": 869070200
        },
        {
            "start": 869070203,
            "stop": 869070485
        },
        {
            "start": 869070490,
            "stop": 869071437
        },
        {
            "start": 869071440,
            "stop": 869073924
        },
        {
            "start": 869073930,
            "stop": 869079720
        },
        {
            "start": 869079780,
            "stop": 869081684
        },
        {
            "start": 869081688,
            "stop": 869085805
        },
        {
            "start": 869085810,
            "stop": 869088972
        }
    ]
}