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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7364",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7362",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7363,
    "results": [
        {
            "start": 969419832,
            "stop": 969419889
        },
        {
            "start": 969419910,
            "stop": 969419972
        },
        {
            "start": 969419975,
            "stop": 969420008
        },
        {
            "start": 969420011,
            "stop": 969420069
        },
        {
            "start": 969420072,
            "stop": 969420177
        },
        {
            "start": 969420181,
            "stop": 969420321
        },
        {
            "start": 969420324,
            "stop": 969420751
        },
        {
            "start": 969420754,
            "stop": 969420817
        },
        {
            "start": 969420820,
            "stop": 969420907
        },
        {
            "start": 969420910,
            "stop": 969421106
        },
        {
            "start": 969421109,
            "stop": 969421211
        },
        {
            "start": 969421214,
            "stop": 969421221
        },
        {
            "start": 969421224,
            "stop": 969421225
        },
        {
            "start": 969421228,
            "stop": 969421276
        },
        {
            "start": 969421279,
            "stop": 969421302
        },
        {
            "start": 969421323,
            "stop": 969421328
        },
        {
            "start": 969421334,
            "stop": 969421389
        },
        {
            "start": 969421410,
            "stop": 969421473
        },
        {
            "start": 969421476,
            "stop": 969421596
        },
        {
            "start": 969421599,
            "stop": 969421606
        }
    ]
}