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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=75",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 76,
    "results": [
        {
            "start": 816763469,
            "stop": 816763500
        },
        {
            "start": 816763521,
            "stop": 816763585
        },
        {
            "start": 816763588,
            "stop": 816763637
        },
        {
            "start": 816763669,
            "stop": 816763701
        },
        {
            "start": 816763704,
            "stop": 816763705
        },
        {
            "start": 816763726,
            "stop": 816763832
        },
        {
            "start": 816763959,
            "stop": 816763970
        },
        {
            "start": 816763989,
            "stop": 816764002
        },
        {
            "start": 816764077,
            "stop": 816764087
        },
        {
            "start": 816764106,
            "stop": 816764294
        },
        {
            "start": 816764398,
            "stop": 816764445
        },
        {
            "start": 816764556,
            "stop": 816764756
        },
        {
            "start": 816764776,
            "stop": 816764803
        },
        {
            "start": 816764823,
            "stop": 816764914
        },
        {
            "start": 816764933,
            "stop": 816764998
        },
        {
            "start": 816765034,
            "stop": 816765037
        },
        {
            "start": 816765071,
            "stop": 816765118
        },
        {
            "start": 816765160,
            "stop": 816765194
        },
        {
            "start": 816765214,
            "stop": 816765240
        },
        {
            "start": 816765268,
            "stop": 816765272
        }
    ]
}