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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=339",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 340,
    "results": [
        {
            "start": 823788793,
            "stop": 823789467
        },
        {
            "start": 823789476,
            "stop": 823789489
        },
        {
            "start": 823789498,
            "stop": 823789520
        },
        {
            "start": 823789526,
            "stop": 823789669
        },
        {
            "start": 823789675,
            "stop": 823789736
        },
        {
            "start": 823789741,
            "stop": 823789970
        },
        {
            "start": 823789975,
            "stop": 823790414
        },
        {
            "start": 823790419,
            "stop": 823790547
        },
        {
            "start": 823790552,
            "stop": 823791446
        },
        {
            "start": 823791451,
            "stop": 823791769
        },
        {
            "start": 823791774,
            "stop": 823792535
        },
        {
            "start": 823792541,
            "stop": 823792742
        },
        {
            "start": 823792748,
            "stop": 823792770
        },
        {
            "start": 823792775,
            "stop": 823792838
        },
        {
            "start": 823792843,
            "stop": 823792959
        },
        {
            "start": 823792973,
            "stop": 823793222
        },
        {
            "start": 823793227,
            "stop": 823793357
        },
        {
            "start": 823793366,
            "stop": 823793437
        },
        {
            "start": 823793443,
            "stop": 823793726
        },
        {
            "start": 823793731,
            "stop": 823793933
        }
    ]
}