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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=257",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 258,
    "results": [
        {
            "start": 822085020,
            "stop": 822085116
        },
        {
            "start": 822085976,
            "stop": 822086220
        },
        {
            "start": 822086340,
            "stop": 822088090
        },
        {
            "start": 822089508,
            "stop": 822089649
        },
        {
            "start": 822091576,
            "stop": 822092411
        },
        {
            "start": 822093343,
            "stop": 822094441
        },
        {
            "start": 822095392,
            "stop": 822098152
        },
        {
            "start": 822098385,
            "stop": 822116590
        },
        {
            "start": 822116595,
            "stop": 822116640
        },
        {
            "start": 822116700,
            "stop": 822116940
        },
        {
            "start": 822117000,
            "stop": 822128758
        },
        {
            "start": 822128761,
            "stop": 822141600
        },
        {
            "start": 822141660,
            "stop": 822142396
        },
        {
            "start": 822142399,
            "stop": 822143309
        },
        {
            "start": 822143313,
            "stop": 822147000
        },
        {
            "start": 822147120,
            "stop": 822147126
        },
        {
            "start": 822147130,
            "stop": 822148500
        },
        {
            "start": 822148560,
            "stop": 822152173
        },
        {
            "start": 822152436,
            "stop": 822153253
        },
        {
            "start": 822153288,
            "stop": 822153289
        }
    ]
}