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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=78",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 79,
    "results": [
        {
            "start": 817560353,
            "stop": 817560359
        },
        {
            "start": 817560368,
            "stop": 817560508
        },
        {
            "start": 817560525,
            "stop": 817561022
        },
        {
            "start": 817561043,
            "stop": 817562220
        },
        {
            "start": 817562280,
            "stop": 817562311
        },
        {
            "start": 817562315,
            "stop": 817562520
        },
        {
            "start": 817562580,
            "stop": 817562730
        },
        {
            "start": 817563090,
            "stop": 817563583
        },
        {
            "start": 817563764,
            "stop": 817564080
        },
        {
            "start": 817564200,
            "stop": 817564251
        },
        {
            "start": 817566099,
            "stop": 817566533
        },
        {
            "start": 817567848,
            "stop": 817567920
        },
        {
            "start": 817568040,
            "stop": 817568317
        },
        {
            "start": 817568321,
            "stop": 817568351
        },
        {
            "start": 817568355,
            "stop": 817568365
        },
        {
            "start": 817568374,
            "stop": 817568379
        },
        {
            "start": 817568383,
            "stop": 817568417
        },
        {
            "start": 817568427,
            "stop": 817568430
        },
        {
            "start": 817568490,
            "stop": 817568632
        },
        {
            "start": 817568635,
            "stop": 817568984
        }
    ]
}