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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=354",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 355,
    "results": [
        {
            "start": 1265048892,
            "stop": 1265048896
        },
        {
            "start": 1265048898,
            "stop": 1265048920
        },
        {
            "start": 1265048922,
            "stop": 1265048964
        },
        {
            "start": 1265048966,
            "stop": 1265048976
        },
        {
            "start": 1265048977,
            "stop": 1265049119
        },
        {
            "start": 1265049120,
            "stop": 1265049499
        },
        {
            "start": 1265049500,
            "stop": 1265049598
        },
        {
            "start": 1265049599,
            "stop": 1265049643
        },
        {
            "start": 1265049644,
            "stop": 1265049647
        },
        {
            "start": 1265049648,
            "stop": 1265049662
        },
        {
            "start": 1265049663,
            "stop": 1265049665
        },
        {
            "start": 1265049667,
            "stop": 1265049770
        },
        {
            "start": 1265049771,
            "stop": 1265049886
        },
        {
            "start": 1265049888,
            "stop": 1265049917
        },
        {
            "start": 1265049918,
            "stop": 1265050822
        },
        {
            "start": 1265061519,
            "stop": 1265063028
        },
        {
            "start": 1265063029,
            "stop": 1265065103
        },
        {
            "start": 1265065104,
            "stop": 1265065127
        },
        {
            "start": 1265065128,
            "stop": 1265065129
        },
        {
            "start": 1265065131,
            "stop": 1265066757
        }
    ]
}