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=377
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=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=376",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 377,
    "results": [
        {
            "start": 821761288,
            "stop": 821761289
        },
        {
            "start": 821761298,
            "stop": 821761300
        },
        {
            "start": 821761303,
            "stop": 821761304
        },
        {
            "start": 821761311,
            "stop": 821761312
        },
        {
            "start": 821761315,
            "stop": 821761319
        },
        {
            "start": 821761324,
            "stop": 821761340
        },
        {
            "start": 821761343,
            "stop": 821761345
        },
        {
            "start": 821761348,
            "stop": 821761349
        },
        {
            "start": 821761352,
            "stop": 821761362
        },
        {
            "start": 821761381,
            "stop": 821761384
        },
        {
            "start": 821761390,
            "stop": 821761394
        },
        {
            "start": 821761408,
            "stop": 821761412
        },
        {
            "start": 821761415,
            "stop": 821761418
        },
        {
            "start": 821761421,
            "stop": 821761426
        },
        {
            "start": 821761429,
            "stop": 821761430
        },
        {
            "start": 821761433,
            "stop": 821761437
        },
        {
            "start": 821761440,
            "stop": 821761442
        },
        {
            "start": 821761447,
            "stop": 821761448
        },
        {
            "start": 821761451,
            "stop": 821761453
        },
        {
            "start": 821761456,
            "stop": 821761459
        }
    ]
}