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/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3751
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=3752",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3750",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3751,
    "results": [
        {
            "start": 971461075,
            "stop": 971461096
        },
        {
            "start": 971461156,
            "stop": 971461187
        },
        {
            "start": 971461190,
            "stop": 971461223
        },
        {
            "start": 971461226,
            "stop": 971461335
        },
        {
            "start": 971461338,
            "stop": 971461353
        },
        {
            "start": 971461354,
            "stop": 971461422
        },
        {
            "start": 971461425,
            "stop": 971461457
        },
        {
            "start": 971461460,
            "stop": 971461513
        },
        {
            "start": 971461517,
            "stop": 971461530
        },
        {
            "start": 971461533,
            "stop": 971461544
        },
        {
            "start": 971461547,
            "stop": 971461548
        },
        {
            "start": 971461551,
            "stop": 971461558
        },
        {
            "start": 971461561,
            "stop": 971461569
        },
        {
            "start": 971461572,
            "stop": 971461576
        },
        {
            "start": 971461696,
            "stop": 971461701
        },
        {
            "start": 971461704,
            "stop": 971461706
        },
        {
            "start": 971461710,
            "stop": 971461860
        },
        {
            "start": 971461863,
            "stop": 971461917
        },
        {
            "start": 971461920,
            "stop": 971462013
        },
        {
            "start": 971462018,
            "stop": 971462076
        }
    ]
}