Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=68
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=67",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 68,
    "results": [
        {
            "start": 817526160,
            "stop": 817549453
        },
        {
            "start": 817551093,
            "stop": 817551328
        },
        {
            "start": 817551337,
            "stop": 817551342
        },
        {
            "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": 817562220
        },
        {
            "start": 817562280,
            "stop": 817562311
        },
        {
            "start": 817562315,
            "stop": 817562520
        },
        {
            "start": 817562580,
            "stop": 817562849
        },
        {
            "start": 817562853,
            "stop": 817562940
        },
        {
            "start": 817563060,
            "stop": 817563583
        },
        {
            "start": 817563764,
            "stop": 817564333
        },
        {
            "start": 817564369,
            "stop": 817564370
        },
        {
            "start": 817566099,
            "stop": 817566613
        },
        {
            "start": 817566651,
            "stop": 817566652
        }
    ]
}