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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4855",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4853",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4854,
    "results": [
        {
            "start": 971443543,
            "stop": 971443597
        },
        {
            "start": 971443600,
            "stop": 971443742
        },
        {
            "start": 971443745,
            "stop": 971443763
        },
        {
            "start": 971443766,
            "stop": 971443794
        },
        {
            "start": 971443797,
            "stop": 971443799
        },
        {
            "start": 971443802,
            "stop": 971443861
        },
        {
            "start": 971443864,
            "stop": 971443898
        },
        {
            "start": 971443901,
            "stop": 971443902
        },
        {
            "start": 971443905,
            "stop": 971443933
        },
        {
            "start": 971443936,
            "stop": 971443961
        },
        {
            "start": 971443964,
            "stop": 971443994
        },
        {
            "start": 971443997,
            "stop": 971443998
        },
        {
            "start": 971444001,
            "stop": 971444036
        },
        {
            "start": 971444039,
            "stop": 971444046
        },
        {
            "start": 971444049,
            "stop": 971444084
        },
        {
            "start": 971446579,
            "stop": 971446588
        },
        {
            "start": 971446591,
            "stop": 971446941
        },
        {
            "start": 971446944,
            "stop": 971447135
        },
        {
            "start": 971447138,
            "stop": 971447283
        },
        {
            "start": 971447286,
            "stop": 971447484
        }
    ]
}