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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=31",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 32,
    "results": [
        {
            "start": 816629700,
            "stop": 816629760
        },
        {
            "start": 816629820,
            "stop": 816630067
        },
        {
            "start": 816633130,
            "stop": 816633240
        },
        {
            "start": 816633300,
            "stop": 816633540
        },
        {
            "start": 816635008,
            "stop": 816635039
        },
        {
            "start": 816635861,
            "stop": 816636000
        },
        {
            "start": 816636120,
            "stop": 816636480
        },
        {
            "start": 816636540,
            "stop": 816636897
        },
        {
            "start": 816636973,
            "stop": 816637020
        },
        {
            "start": 816637140,
            "stop": 816637200
        },
        {
            "start": 816637260,
            "stop": 816637602
        },
        {
            "start": 816650176,
            "stop": 816650649
        },
        {
            "start": 816650769,
            "stop": 816652020
        },
        {
            "start": 816652080,
            "stop": 816652224
        },
        {
            "start": 816652242,
            "stop": 816652740
        },
        {
            "start": 816652800,
            "stop": 816653344
        },
        {
            "start": 816653361,
            "stop": 816653880
        },
        {
            "start": 816653940,
            "stop": 816654405
        },
        {
            "start": 816654525,
            "stop": 816655460
        },
        {
            "start": 816655463,
            "stop": 816656040
        }
    ]
}