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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=262",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 263,
    "results": [
        {
            "start": 931608953,
            "stop": 931609064
        },
        {
            "start": 931609066,
            "stop": 931609077
        },
        {
            "start": 931609079,
            "stop": 931609082
        },
        {
            "start": 931609083,
            "stop": 931609087
        },
        {
            "start": 931609089,
            "stop": 931609091
        },
        {
            "start": 931609093,
            "stop": 931609107
        },
        {
            "start": 931609109,
            "stop": 931609110
        },
        {
            "start": 931609112,
            "stop": 931609118
        },
        {
            "start": 931609119,
            "stop": 931609155
        },
        {
            "start": 931609159,
            "stop": 931609161
        },
        {
            "start": 931609163,
            "stop": 931609168
        },
        {
            "start": 931609170,
            "stop": 931609171
        },
        {
            "start": 931609172,
            "stop": 931609181
        },
        {
            "start": 931609183,
            "stop": 931609205
        },
        {
            "start": 931609207,
            "stop": 931609252
        },
        {
            "start": 931609254,
            "stop": 931609265
        },
        {
            "start": 931609266,
            "stop": 931609347
        },
        {
            "start": 931609348,
            "stop": 931609408
        },
        {
            "start": 931609409,
            "stop": 931609411
        },
        {
            "start": 931609412,
            "stop": 931609476
        }
    ]
}