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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4649",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4647",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4648,
    "results": [
        {
            "start": 969576001,
            "stop": 969576045
        },
        {
            "start": 969576048,
            "stop": 969576396
        },
        {
            "start": 969576399,
            "stop": 969578507
        },
        {
            "start": 969578510,
            "stop": 969578578
        },
        {
            "start": 969578581,
            "stop": 969578743
        },
        {
            "start": 969578746,
            "stop": 969579757
        },
        {
            "start": 969579760,
            "stop": 969579863
        },
        {
            "start": 969579866,
            "stop": 969581631
        },
        {
            "start": 969581634,
            "stop": 969582476
        },
        {
            "start": 969582479,
            "stop": 969582878
        },
        {
            "start": 969585309,
            "stop": 969585659
        },
        {
            "start": 969585662,
            "stop": 969585754
        },
        {
            "start": 969585757,
            "stop": 969585777
        },
        {
            "start": 969585780,
            "stop": 969585990
        },
        {
            "start": 969585993,
            "stop": 969586105
        },
        {
            "start": 969586108,
            "stop": 969586200
        },
        {
            "start": 969586203,
            "stop": 969586940
        },
        {
            "start": 969586943,
            "stop": 969588141
        },
        {
            "start": 969588147,
            "stop": 969588168
        },
        {
            "start": 969588171,
            "stop": 969588324
        }
    ]
}