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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=92",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 93,
    "results": [
        {
            "start": 931468827,
            "stop": 931468844
        },
        {
            "start": 931468858,
            "stop": 931468864
        },
        {
            "start": 931468873,
            "stop": 931468887
        },
        {
            "start": 931468896,
            "stop": 931468908
        },
        {
            "start": 931468916,
            "stop": 931468933
        },
        {
            "start": 931468939,
            "stop": 931468953
        },
        {
            "start": 931468997,
            "stop": 931469008
        },
        {
            "start": 931469014,
            "stop": 931469038
        },
        {
            "start": 931469044,
            "stop": 931469652
        },
        {
            "start": 931469657,
            "stop": 931470156
        },
        {
            "start": 931471301,
            "stop": 931471365
        },
        {
            "start": 931471370,
            "stop": 931471519
        },
        {
            "start": 931471525,
            "stop": 931471574
        },
        {
            "start": 931471580,
            "stop": 931471587
        },
        {
            "start": 931471593,
            "stop": 931471747
        },
        {
            "start": 931471752,
            "stop": 931471755
        },
        {
            "start": 931471761,
            "stop": 931472096
        },
        {
            "start": 931472102,
            "stop": 931472275
        },
        {
            "start": 931472283,
            "stop": 931472755
        },
        {
            "start": 931472760,
            "stop": 931472769
        }
    ]
}