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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=204",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 205,
    "results": [
        {
            "start": 821668020,
            "stop": 821668021
        },
        {
            "start": 821668024,
            "stop": 821668032
        },
        {
            "start": 821668036,
            "stop": 821668049
        },
        {
            "start": 821668054,
            "stop": 821668077
        },
        {
            "start": 821668080,
            "stop": 821668095
        },
        {
            "start": 821668098,
            "stop": 821668117
        },
        {
            "start": 821668120,
            "stop": 821668131
        },
        {
            "start": 821668134,
            "stop": 821668136
        },
        {
            "start": 821668139,
            "stop": 821668197
        },
        {
            "start": 821668200,
            "stop": 821668216
        },
        {
            "start": 821668222,
            "stop": 821668233
        },
        {
            "start": 821668236,
            "stop": 821668245
        },
        {
            "start": 821668251,
            "stop": 821668255
        },
        {
            "start": 821668258,
            "stop": 821668279
        },
        {
            "start": 821668285,
            "stop": 821668290
        },
        {
            "start": 821668294,
            "stop": 821668368
        },
        {
            "start": 821668375,
            "stop": 821668380
        },
        {
            "start": 821668387,
            "stop": 821668400
        },
        {
            "start": 821668403,
            "stop": 821668406
        },
        {
            "start": 821668409,
            "stop": 821668437
        }
    ]
}