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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=309",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 310,
    "results": [
        {
            "start": 942776987,
            "stop": 942777102
        },
        {
            "start": 942794119,
            "stop": 942794153
        },
        {
            "start": 942798616,
            "stop": 942798820
        },
        {
            "start": 942801048,
            "stop": 942803505
        },
        {
            "start": 942810518,
            "stop": 942812249
        },
        {
            "start": 942812955,
            "stop": 942826359
        },
        {
            "start": 942830360,
            "stop": 942830969
        },
        {
            "start": 942830974,
            "stop": 942831805
        },
        {
            "start": 942831811,
            "stop": 942832060
        },
        {
            "start": 942832065,
            "stop": 942832196
        },
        {
            "start": 942832202,
            "stop": 942832210
        },
        {
            "start": 942832217,
            "stop": 942832360
        },
        {
            "start": 942832366,
            "stop": 942853175
        },
        {
            "start": 942857042,
            "stop": 942859377
        },
        {
            "start": 942861879,
            "stop": 942862956
        },
        {
            "start": 942865987,
            "stop": 942867619
        },
        {
            "start": 942868794,
            "stop": 942869467
        },
        {
            "start": 942871287,
            "stop": 942873011
        },
        {
            "start": 942880224,
            "stop": 942887428
        },
        {
            "start": 942892315,
            "stop": 942911999
        }
    ]
}