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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=75",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 76,
    "results": [
        {
            "start": 931450561,
            "stop": 931450710
        },
        {
            "start": 931450716,
            "stop": 931450731
        },
        {
            "start": 931450736,
            "stop": 931450749
        },
        {
            "start": 931450758,
            "stop": 931450760
        },
        {
            "start": 931450775,
            "stop": 931450779
        },
        {
            "start": 931450793,
            "stop": 931450795
        },
        {
            "start": 931450801,
            "stop": 931450938
        },
        {
            "start": 931450944,
            "stop": 931450953
        },
        {
            "start": 931450958,
            "stop": 931451010
        },
        {
            "start": 931451016,
            "stop": 931451026
        },
        {
            "start": 931451031,
            "stop": 931451045
        },
        {
            "start": 931451050,
            "stop": 931451053
        },
        {
            "start": 931451058,
            "stop": 931451117
        },
        {
            "start": 931451123,
            "stop": 931451264
        },
        {
            "start": 931451270,
            "stop": 931451284
        },
        {
            "start": 931451289,
            "stop": 931451377
        },
        {
            "start": 931451383,
            "stop": 931451389
        },
        {
            "start": 931451395,
            "stop": 931451605
        },
        {
            "start": 931451611,
            "stop": 931451617
        },
        {
            "start": 931451623,
            "stop": 931451669
        }
    ]
}