Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1933
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=1934",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1932",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1933,
    "results": [
        {
            "start": 1252456151,
            "stop": 1252456602
        },
        {
            "start": 1252456605,
            "stop": 1252459573
        },
        {
            "start": 1252459576,
            "stop": 1252460708
        },
        {
            "start": 1252460711,
            "stop": 1252461162
        },
        {
            "start": 1252461165,
            "stop": 1252461289
        },
        {
            "start": 1252461291,
            "stop": 1252463233
        },
        {
            "start": 1252463234,
            "stop": 1252464722
        },
        {
            "start": 1252464725,
            "stop": 1252465358
        },
        {
            "start": 1252465361,
            "stop": 1252467674
        },
        {
            "start": 1252467677,
            "stop": 1252467734
        },
        {
            "start": 1252467737,
            "stop": 1252469838
        },
        {
            "start": 1252469839,
            "stop": 1252469840
        },
        {
            "start": 1252469842,
            "stop": 1252470120
        },
        {
            "start": 1252470123,
            "stop": 1252471332
        },
        {
            "start": 1252471334,
            "stop": 1252471658
        },
        {
            "start": 1252471661,
            "stop": 1252471735
        },
        {
            "start": 1252471743,
            "stop": 1252471896
        },
        {
            "start": 1252471899,
            "stop": 1252473183
        },
        {
            "start": 1252473184,
            "stop": 1252473189
        },
        {
            "start": 1252473191,
            "stop": 1252473942
        }
    ]
}