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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=135",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 136,
    "results": [
        {
            "start": 1418081216,
            "stop": 1418100226
        },
        {
            "start": 1418100230,
            "stop": 1418100266
        },
        {
            "start": 1418100282,
            "stop": 1418109794
        },
        {
            "start": 1418109799,
            "stop": 1418128666
        },
        {
            "start": 1418128674,
            "stop": 1418128686
        },
        {
            "start": 1418128690,
            "stop": 1418128698
        },
        {
            "start": 1418128706,
            "stop": 1418129010
        },
        {
            "start": 1418129018,
            "stop": 1418130305
        },
        {
            "start": 1418130307,
            "stop": 1418132244
        },
        {
            "start": 1418132246,
            "stop": 1418132421
        },
        {
            "start": 1418135849,
            "stop": 1418140359
        },
        {
            "start": 1418140364,
            "stop": 1418193335
        },
        {
            "start": 1418196369,
            "stop": 1418232682
        },
        {
            "start": 1418237399,
            "stop": 1418239905
        },
        {
            "start": 1418242074,
            "stop": 1418242362
        },
        {
            "start": 1418242559,
            "stop": 1418367155
        },
        {
            "start": 1418367160,
            "stop": 1418367423
        },
        {
            "start": 1418367427,
            "stop": 1418367475
        },
        {
            "start": 1418367479,
            "stop": 1418367721
        },
        {
            "start": 1418367723,
            "stop": 1418367791
        }
    ]
}