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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=43",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 44,
    "results": [
        {
            "start": 817466923,
            "stop": 817467472
        },
        {
            "start": 817467480,
            "stop": 817467650
        },
        {
            "start": 817467658,
            "stop": 817473055
        },
        {
            "start": 817473065,
            "stop": 817473071
        },
        {
            "start": 817473079,
            "stop": 817473087
        },
        {
            "start": 817473102,
            "stop": 817473110
        },
        {
            "start": 817473118,
            "stop": 817473119
        },
        {
            "start": 817474958,
            "stop": 817475143
        },
        {
            "start": 817475152,
            "stop": 817475157
        },
        {
            "start": 817475165,
            "stop": 817475265
        },
        {
            "start": 817475273,
            "stop": 817475697
        },
        {
            "start": 817475705,
            "stop": 817476597
        },
        {
            "start": 817476605,
            "stop": 817476646
        },
        {
            "start": 817477300,
            "stop": 817477511
        },
        {
            "start": 817477521,
            "stop": 817477529
        },
        {
            "start": 817477543,
            "stop": 817477591
        },
        {
            "start": 817513848,
            "stop": 817523254
        },
        {
            "start": 817523262,
            "stop": 817523482
        },
        {
            "start": 817523490,
            "stop": 817524639
        },
        {
            "start": 817524706,
            "stop": 817530832
        }
    ]
}