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=4715
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=4716",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4714",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4715,
    "results": [
        {
            "start": 969991422,
            "stop": 969991539
        },
        {
            "start": 969991542,
            "stop": 969991576
        },
        {
            "start": 969991579,
            "stop": 969991709
        },
        {
            "start": 969991712,
            "stop": 969991825
        },
        {
            "start": 969991828,
            "stop": 969991914
        },
        {
            "start": 969991918,
            "stop": 969992006
        },
        {
            "start": 969992009,
            "stop": 969992018
        },
        {
            "start": 969992021,
            "stop": 969992074
        },
        {
            "start": 969992078,
            "stop": 969992168
        },
        {
            "start": 969992171,
            "stop": 969992314
        },
        {
            "start": 969992320,
            "stop": 969992357
        },
        {
            "start": 969992360,
            "stop": 969992386
        },
        {
            "start": 969992389,
            "stop": 969992438
        },
        {
            "start": 969992441,
            "stop": 969992461
        },
        {
            "start": 969992464,
            "stop": 969992492
        },
        {
            "start": 969992495,
            "stop": 969992512
        },
        {
            "start": 969992515,
            "stop": 969992600
        },
        {
            "start": 969992603,
            "stop": 969992785
        },
        {
            "start": 969992788,
            "stop": 969992808
        },
        {
            "start": 969992812,
            "stop": 969992820
        }
    ]
}