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=1928
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=1929",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1927",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1928,
    "results": [
        {
            "start": 1252333640,
            "stop": 1252334180
        },
        {
            "start": 1252334183,
            "stop": 1252334272
        },
        {
            "start": 1252334275,
            "stop": 1252336491
        },
        {
            "start": 1252336494,
            "stop": 1252336703
        },
        {
            "start": 1252336706,
            "stop": 1252336708
        },
        {
            "start": 1252336711,
            "stop": 1252336720
        },
        {
            "start": 1252336723,
            "stop": 1252336934
        },
        {
            "start": 1252336935,
            "stop": 1252337160
        },
        {
            "start": 1252337162,
            "stop": 1252337388
        },
        {
            "start": 1252337391,
            "stop": 1252337626
        },
        {
            "start": 1252337634,
            "stop": 1252337867
        },
        {
            "start": 1252337870,
            "stop": 1252338158
        },
        {
            "start": 1252338160,
            "stop": 1252338465
        },
        {
            "start": 1252338468,
            "stop": 1252339826
        },
        {
            "start": 1252339827,
            "stop": 1252340069
        },
        {
            "start": 1252340070,
            "stop": 1252341026
        },
        {
            "start": 1252341027,
            "stop": 1252342779
        },
        {
            "start": 1252342782,
            "stop": 1252342799
        },
        {
            "start": 1252342802,
            "stop": 1252343020
        },
        {
            "start": 1252343028,
            "stop": 1252343282
        }
    ]
}