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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=53",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 54,
    "results": [
        {
            "start": 1238682228,
            "stop": 1238684870
        },
        {
            "start": 1238684873,
            "stop": 1238685268
        },
        {
            "start": 1238685271,
            "stop": 1238686496
        },
        {
            "start": 1238686499,
            "stop": 1238687597
        },
        {
            "start": 1238691231,
            "stop": 1238691896
        },
        {
            "start": 1238691899,
            "stop": 1238692023
        },
        {
            "start": 1238692026,
            "stop": 1238694085
        },
        {
            "start": 1238694088,
            "stop": 1238697735
        },
        {
            "start": 1238697738,
            "stop": 1238697794
        },
        {
            "start": 1238700880,
            "stop": 1238702867
        },
        {
            "start": 1238702870,
            "stop": 1238705168
        },
        {
            "start": 1238705171,
            "stop": 1238705897
        },
        {
            "start": 1238705900,
            "stop": 1238708128
        },
        {
            "start": 1238708130,
            "stop": 1238708456
        },
        {
            "start": 1238708457,
            "stop": 1238708525
        },
        {
            "start": 1238708526,
            "stop": 1238708772
        },
        {
            "start": 1238708773,
            "stop": 1238708918
        },
        {
            "start": 1238708921,
            "stop": 1238710252
        },
        {
            "start": 1238710253,
            "stop": 1238714457
        },
        {
            "start": 1238714460,
            "stop": 1238714957
        }
    ]
}