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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4835",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4833",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4834,
    "results": [
        {
            "start": 874702457,
            "stop": 874702469
        },
        {
            "start": 874702498,
            "stop": 874702502
        },
        {
            "start": 874702543,
            "stop": 874702566
        },
        {
            "start": 874702585,
            "stop": 874702614
        },
        {
            "start": 874702633,
            "stop": 874702635
        },
        {
            "start": 874702690,
            "stop": 874702693
        },
        {
            "start": 874702723,
            "stop": 874702765
        },
        {
            "start": 874702785,
            "stop": 874702792
        },
        {
            "start": 874702811,
            "stop": 874702816
        },
        {
            "start": 874702846,
            "stop": 874702853
        },
        {
            "start": 874702920,
            "stop": 874702927
        },
        {
            "start": 874702948,
            "stop": 874702998
        },
        {
            "start": 874703061,
            "stop": 874703103
        },
        {
            "start": 874703127,
            "stop": 874703153
        },
        {
            "start": 874703172,
            "stop": 874703178
        },
        {
            "start": 874703265,
            "stop": 874703280
        },
        {
            "start": 874703320,
            "stop": 874703367
        },
        {
            "start": 874703397,
            "stop": 874703433
        },
        {
            "start": 874703453,
            "stop": 874703459
        },
        {
            "start": 874703496,
            "stop": 874703503
        }
    ]
}