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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=142",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 143,
    "results": [
        {
            "start": 830412988,
            "stop": 830413003
        },
        {
            "start": 830413007,
            "stop": 830413013
        },
        {
            "start": 830413017,
            "stop": 830414448
        },
        {
            "start": 830414452,
            "stop": 830414467
        },
        {
            "start": 830414472,
            "stop": 830414699
        },
        {
            "start": 830414707,
            "stop": 830414713
        },
        {
            "start": 830414736,
            "stop": 830414938
        },
        {
            "start": 830414942,
            "stop": 830415102
        },
        {
            "start": 830415105,
            "stop": 830415657
        },
        {
            "start": 830415675,
            "stop": 830415687
        },
        {
            "start": 830415691,
            "stop": 830415697
        },
        {
            "start": 830415705,
            "stop": 830415711
        },
        {
            "start": 830415715,
            "stop": 830415786
        },
        {
            "start": 830415790,
            "stop": 830415966
        },
        {
            "start": 830415970,
            "stop": 830415975
        },
        {
            "start": 830415979,
            "stop": 830415985
        },
        {
            "start": 830415993,
            "stop": 830416096
        },
        {
            "start": 830416099,
            "stop": 830416171
        },
        {
            "start": 830416175,
            "stop": 830416340
        },
        {
            "start": 830416344,
            "stop": 830416384
        }
    ]
}