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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=245",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 246,
    "results": [
        {
            "start": 931574378,
            "stop": 931574412
        },
        {
            "start": 931574420,
            "stop": 931574437
        },
        {
            "start": 931574438,
            "stop": 931574442
        },
        {
            "start": 931574443,
            "stop": 931574455
        },
        {
            "start": 931574458,
            "stop": 931574462
        },
        {
            "start": 931574464,
            "stop": 931574580
        },
        {
            "start": 931574581,
            "stop": 931574617
        },
        {
            "start": 931574618,
            "stop": 931574680
        },
        {
            "start": 931574681,
            "stop": 931574690
        },
        {
            "start": 931574691,
            "stop": 931574705
        },
        {
            "start": 931574706,
            "stop": 931574731
        },
        {
            "start": 931574732,
            "stop": 931574753
        },
        {
            "start": 931574755,
            "stop": 931574761
        },
        {
            "start": 931574763,
            "stop": 931574764
        },
        {
            "start": 931574766,
            "stop": 931574770
        },
        {
            "start": 931574772,
            "stop": 931574774
        },
        {
            "start": 931574776,
            "stop": 931574781
        },
        {
            "start": 931574783,
            "stop": 931574790
        },
        {
            "start": 931574795,
            "stop": 931574796
        },
        {
            "start": 931574797,
            "stop": 931574804
        }
    ]
}