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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=60",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 61,
    "results": [
        {
            "start": 821294356,
            "stop": 821294360
        },
        {
            "start": 821294365,
            "stop": 821294509
        },
        {
            "start": 821294512,
            "stop": 821294530
        },
        {
            "start": 821294533,
            "stop": 821294571
        },
        {
            "start": 821294574,
            "stop": 821294781
        },
        {
            "start": 821294784,
            "stop": 821294808
        },
        {
            "start": 821294811,
            "stop": 821294828
        },
        {
            "start": 821294831,
            "stop": 821295015
        },
        {
            "start": 821295018,
            "stop": 821295130
        },
        {
            "start": 821295133,
            "stop": 821295196
        },
        {
            "start": 821295199,
            "stop": 821295228
        },
        {
            "start": 821295231,
            "stop": 821295340
        },
        {
            "start": 821295343,
            "stop": 821295599
        },
        {
            "start": 821295602,
            "stop": 821295643
        },
        {
            "start": 821295646,
            "stop": 821296120
        },
        {
            "start": 821296123,
            "stop": 821296255
        },
        {
            "start": 821296258,
            "stop": 821296395
        },
        {
            "start": 821296398,
            "stop": 821297238
        },
        {
            "start": 821297241,
            "stop": 821297311
        },
        {
            "start": 821297314,
            "stop": 821297567
        }
    ]
}