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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=30",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 31,
    "results": [
        {
            "start": 816542534,
            "stop": 816542639
        },
        {
            "start": 816542643,
            "stop": 816542832
        },
        {
            "start": 816542836,
            "stop": 816543597
        },
        {
            "start": 816543600,
            "stop": 816547586
        },
        {
            "start": 816609952,
            "stop": 816612360
        },
        {
            "start": 816612420,
            "stop": 816613103
        },
        {
            "start": 816613120,
            "stop": 816615583
        },
        {
            "start": 816615764,
            "stop": 816618515
        },
        {
            "start": 816618518,
            "stop": 816620280
        },
        {
            "start": 816620460,
            "stop": 816622320
        },
        {
            "start": 816622440,
            "stop": 816622658
        },
        {
            "start": 816622778,
            "stop": 816622980
        },
        {
            "start": 816623100,
            "stop": 816623138
        },
        {
            "start": 816625941,
            "stop": 816626692
        },
        {
            "start": 816626914,
            "stop": 816627433
        },
        {
            "start": 816627450,
            "stop": 816627960
        },
        {
            "start": 816628140,
            "stop": 816628380
        },
        {
            "start": 816628440,
            "stop": 816628800
        },
        {
            "start": 816628860,
            "stop": 816629520
        },
        {
            "start": 816629580,
            "stop": 816629640
        }
    ]
}