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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=365",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 366,
    "results": [
        {
            "start": 939623164,
            "stop": 939623229
        },
        {
            "start": 939623232,
            "stop": 939623236
        },
        {
            "start": 939623239,
            "stop": 939623250
        },
        {
            "start": 939623253,
            "stop": 939623262
        },
        {
            "start": 939623265,
            "stop": 939623275
        },
        {
            "start": 939623278,
            "stop": 939623330
        },
        {
            "start": 939623334,
            "stop": 939623356
        },
        {
            "start": 939623362,
            "stop": 939623392
        },
        {
            "start": 939623395,
            "stop": 939623458
        },
        {
            "start": 939623461,
            "stop": 939623470
        },
        {
            "start": 939623473,
            "stop": 939623504
        },
        {
            "start": 939623507,
            "stop": 939623521
        },
        {
            "start": 939623524,
            "stop": 939623536
        },
        {
            "start": 939623540,
            "stop": 939623568
        },
        {
            "start": 939623571,
            "stop": 939623582
        },
        {
            "start": 939623585,
            "stop": 939623594
        },
        {
            "start": 939623597,
            "stop": 939623608
        },
        {
            "start": 939623612,
            "stop": 939623624
        },
        {
            "start": 939623627,
            "stop": 939623639
        },
        {
            "start": 939623642,
            "stop": 939623656
        }
    ]
}