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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=395",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 396,
    "results": [
        {
            "start": 824545234,
            "stop": 824545277
        },
        {
            "start": 824545280,
            "stop": 824545423
        },
        {
            "start": 824545426,
            "stop": 824545453
        },
        {
            "start": 824545456,
            "stop": 824552324
        },
        {
            "start": 824552341,
            "stop": 824563630
        },
        {
            "start": 824563634,
            "stop": 824564194
        },
        {
            "start": 824564211,
            "stop": 824567167
        },
        {
            "start": 824596147,
            "stop": 824596481
        },
        {
            "start": 824599275,
            "stop": 824599469
        },
        {
            "start": 824599486,
            "stop": 824599809
        },
        {
            "start": 824599831,
            "stop": 824604234
        },
        {
            "start": 824607207,
            "stop": 824607632
        },
        {
            "start": 824611030,
            "stop": 824612810
        },
        {
            "start": 824612959,
            "stop": 824618430
        },
        {
            "start": 824618581,
            "stop": 824619579
        },
        {
            "start": 824619879,
            "stop": 824623241
        },
        {
            "start": 824623258,
            "stop": 824623353
        },
        {
            "start": 824623356,
            "stop": 824624608
        },
        {
            "start": 824626985,
            "stop": 824628925
        },
        {
            "start": 824672944,
            "stop": 824673480
        }
    ]
}