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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=64",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 65,
    "results": [
        {
            "start": 1262700694,
            "stop": 1262700706
        },
        {
            "start": 1262700709,
            "stop": 1262700859
        },
        {
            "start": 1262700862,
            "stop": 1262700867
        },
        {
            "start": 1262700870,
            "stop": 1262700894
        },
        {
            "start": 1262700895,
            "stop": 1262700896
        },
        {
            "start": 1262700898,
            "stop": 1262700901
        },
        {
            "start": 1262700910,
            "stop": 1262700916
        },
        {
            "start": 1262700919,
            "stop": 1262700932
        },
        {
            "start": 1262700935,
            "stop": 1262700970
        },
        {
            "start": 1262700971,
            "stop": 1262700972
        },
        {
            "start": 1262700974,
            "stop": 1262700976
        },
        {
            "start": 1262700981,
            "stop": 1262700999
        },
        {
            "start": 1262701003,
            "stop": 1262701004
        },
        {
            "start": 1262701009,
            "stop": 1262701168
        },
        {
            "start": 1262701171,
            "stop": 1262701252
        },
        {
            "start": 1262701255,
            "stop": 1262701257
        },
        {
            "start": 1262701263,
            "stop": 1262701302
        },
        {
            "start": 1262701305,
            "stop": 1262701365
        },
        {
            "start": 1262701367,
            "stop": 1262701447
        },
        {
            "start": 1262701450,
            "stop": 1262701455
        }
    ]
}