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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=253",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 254,
    "results": [
        {
            "start": 931588241,
            "stop": 931588280
        },
        {
            "start": 931588281,
            "stop": 931588306
        },
        {
            "start": 931588307,
            "stop": 931588416
        },
        {
            "start": 931588417,
            "stop": 931588650
        },
        {
            "start": 931588651,
            "stop": 931588748
        },
        {
            "start": 931588749,
            "stop": 931588878
        },
        {
            "start": 931588879,
            "stop": 931588981
        },
        {
            "start": 931588982,
            "stop": 931589226
        },
        {
            "start": 931589227,
            "stop": 931589303
        },
        {
            "start": 931589304,
            "stop": 931589312
        },
        {
            "start": 931589313,
            "stop": 931589367
        },
        {
            "start": 931589368,
            "stop": 931589470
        },
        {
            "start": 931589471,
            "stop": 931589580
        },
        {
            "start": 931589581,
            "stop": 931589679
        },
        {
            "start": 931589680,
            "stop": 931589685
        },
        {
            "start": 931589686,
            "stop": 931590015
        },
        {
            "start": 931590375,
            "stop": 931590444
        },
        {
            "start": 931590446,
            "stop": 931590459
        },
        {
            "start": 931590460,
            "stop": 931590643
        },
        {
            "start": 931590644,
            "stop": 931590819
        }
    ]
}