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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=163",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 164,
    "results": [
        {
            "start": 931426175,
            "stop": 931426177
        },
        {
            "start": 931426179,
            "stop": 931426180
        },
        {
            "start": 931426182,
            "stop": 931426205
        },
        {
            "start": 931426206,
            "stop": 931426216
        },
        {
            "start": 931426217,
            "stop": 931426222
        },
        {
            "start": 931426225,
            "stop": 931426236
        },
        {
            "start": 931426239,
            "stop": 931426258
        },
        {
            "start": 931426261,
            "stop": 931426300
        },
        {
            "start": 931426301,
            "stop": 931426419
        },
        {
            "start": 931426420,
            "stop": 931426422
        },
        {
            "start": 931426423,
            "stop": 931426606
        },
        {
            "start": 931426607,
            "stop": 931426629
        },
        {
            "start": 931426631,
            "stop": 931426702
        },
        {
            "start": 931426703,
            "stop": 931426816
        },
        {
            "start": 931426817,
            "stop": 931426864
        },
        {
            "start": 931426866,
            "stop": 931426974
        },
        {
            "start": 931426975,
            "stop": 931426985
        },
        {
            "start": 931426986,
            "stop": 931427025
        },
        {
            "start": 931427026,
            "stop": 931427061
        },
        {
            "start": 931427062,
            "stop": 931427166
        }
    ]
}