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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=58",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 59,
    "results": [
        {
            "start": 817521790,
            "stop": 817549453
        },
        {
            "start": 817551093,
            "stop": 817551328
        },
        {
            "start": 817551337,
            "stop": 817551343
        },
        {
            "start": 817551461,
            "stop": 817551469
        },
        {
            "start": 817551548,
            "stop": 817552693
        },
        {
            "start": 817555363,
            "stop": 817558160
        },
        {
            "start": 817558164,
            "stop": 817558691
        },
        {
            "start": 817558698,
            "stop": 817559354
        },
        {
            "start": 817559367,
            "stop": 817560349
        },
        {
            "start": 817560353,
            "stop": 817560359
        },
        {
            "start": 817560368,
            "stop": 817562252
        },
        {
            "start": 817562265,
            "stop": 817562311
        },
        {
            "start": 817562315,
            "stop": 817562849
        },
        {
            "start": 817562853,
            "stop": 817562975
        },
        {
            "start": 817562989,
            "stop": 817563000
        },
        {
            "start": 817563004,
            "stop": 817563010
        },
        {
            "start": 817563013,
            "stop": 817563019
        },
        {
            "start": 817563022,
            "stop": 817563583
        },
        {
            "start": 817563764,
            "stop": 817564333
        },
        {
            "start": 817564369,
            "stop": 817564370
        }
    ]
}