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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=393",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 394,
    "results": [
        {
            "start": 964476445,
            "stop": 964488875
        },
        {
            "start": 964489510,
            "stop": 964496867
        },
        {
            "start": 964497784,
            "stop": 964497920
        },
        {
            "start": 964505764,
            "stop": 964522037
        },
        {
            "start": 964522097,
            "stop": 964522235
        },
        {
            "start": 964524534,
            "stop": 964526132
        },
        {
            "start": 964530930,
            "stop": 964540855
        },
        {
            "start": 964540868,
            "stop": 964540903
        },
        {
            "start": 964540914,
            "stop": 964549521
        },
        {
            "start": 964549526,
            "stop": 964596859
        },
        {
            "start": 964601408,
            "stop": 964614317
        },
        {
            "start": 964614324,
            "stop": 964614854
        },
        {
            "start": 964614861,
            "stop": 964615335
        },
        {
            "start": 964618458,
            "stop": 964632226
        },
        {
            "start": 964634737,
            "stop": 964723901
        },
        {
            "start": 964726450,
            "stop": 964826068
        },
        {
            "start": 964829879,
            "stop": 964871823
        },
        {
            "start": 964872417,
            "stop": 964883173
        },
        {
            "start": 964908968,
            "stop": 964933198
        },
        {
            "start": 964934695,
            "stop": 964962349
        }
    ]
}