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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=144",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 145,
    "results": [
        {
            "start": 1418857593,
            "stop": 1418860909
        },
        {
            "start": 1418860911,
            "stop": 1418861734
        },
        {
            "start": 1418861735,
            "stop": 1418862163
        },
        {
            "start": 1418862165,
            "stop": 1418862274
        },
        {
            "start": 1418862276,
            "stop": 1418862439
        },
        {
            "start": 1418862441,
            "stop": 1418866004
        },
        {
            "start": 1418866012,
            "stop": 1418874763
        },
        {
            "start": 1418874766,
            "stop": 1418878685
        },
        {
            "start": 1418878687,
            "stop": 1418881100
        },
        {
            "start": 1418881105,
            "stop": 1418881115
        },
        {
            "start": 1418881117,
            "stop": 1418883140
        },
        {
            "start": 1418883148,
            "stop": 1418891920
        },
        {
            "start": 1418891922,
            "stop": 1418892152
        },
        {
            "start": 1418892188,
            "stop": 1418892632
        },
        {
            "start": 1418892634,
            "stop": 1418893894
        },
        {
            "start": 1418893896,
            "stop": 1418894148
        },
        {
            "start": 1418894152,
            "stop": 1418894156
        },
        {
            "start": 1418894160,
            "stop": 1418894168
        },
        {
            "start": 1418894172,
            "stop": 1418897092
        },
        {
            "start": 1418897097,
            "stop": 1418901971
        }
    ]
}