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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=389",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 390,
    "results": [
        {
            "start": 866673652,
            "stop": 866673913
        },
        {
            "start": 866674623,
            "stop": 866685935
        },
        {
            "start": 866685953,
            "stop": 866695412
        },
        {
            "start": 866695433,
            "stop": 866698368
        },
        {
            "start": 866698668,
            "stop": 866711116
        },
        {
            "start": 866711558,
            "stop": 866726642
        },
        {
            "start": 866726924,
            "stop": 866733392
        },
        {
            "start": 866733410,
            "stop": 866736126
        },
        {
            "start": 866737368,
            "stop": 866737792
        },
        {
            "start": 866738092,
            "stop": 866738352
        },
        {
            "start": 866739202,
            "stop": 866739832
        },
        {
            "start": 866739921,
            "stop": 866748089
        },
        {
            "start": 866748113,
            "stop": 866762130
        },
        {
            "start": 866762190,
            "stop": 866762250
        },
        {
            "start": 866762310,
            "stop": 866762333
        },
        {
            "start": 866762767,
            "stop": 866762771
        },
        {
            "start": 866763399,
            "stop": 866766930
        },
        {
            "start": 866766990,
            "stop": 866769630
        },
        {
            "start": 866769690,
            "stop": 866770770
        },
        {
            "start": 866771121,
            "stop": 866771280
        }
    ]
}