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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=72",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 73,
    "results": [
        {
            "start": 817995152,
            "stop": 817995211
        },
        {
            "start": 817995219,
            "stop": 817995304
        },
        {
            "start": 817995318,
            "stop": 817995437
        },
        {
            "start": 817995464,
            "stop": 817995468
        },
        {
            "start": 818049731,
            "stop": 818049799
        },
        {
            "start": 818049807,
            "stop": 818049819
        },
        {
            "start": 818049827,
            "stop": 818049903
        },
        {
            "start": 818049911,
            "stop": 818049917
        },
        {
            "start": 818049925,
            "stop": 818049950
        },
        {
            "start": 818049965,
            "stop": 818050007
        },
        {
            "start": 818050022,
            "stop": 818050035
        },
        {
            "start": 818050047,
            "stop": 818050139
        },
        {
            "start": 818050147,
            "stop": 818050172
        },
        {
            "start": 818050187,
            "stop": 818050203
        },
        {
            "start": 818050211,
            "stop": 818050238
        },
        {
            "start": 818050246,
            "stop": 818050253
        },
        {
            "start": 818050267,
            "stop": 818050278
        },
        {
            "start": 818050286,
            "stop": 818050326
        },
        {
            "start": 818050334,
            "stop": 818050336
        },
        {
            "start": 818050344,
            "stop": 818050357
        }
    ]
}