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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4878",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4876",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4877,
    "results": [
        {
            "start": 874217500,
            "stop": 874217537
        },
        {
            "start": 874217556,
            "stop": 874217582
        },
        {
            "start": 874217601,
            "stop": 874217625
        },
        {
            "start": 874217645,
            "stop": 874217655
        },
        {
            "start": 874217679,
            "stop": 874217686
        },
        {
            "start": 874217705,
            "stop": 874217755
        },
        {
            "start": 874217775,
            "stop": 874217789
        },
        {
            "start": 874217809,
            "stop": 874218301
        },
        {
            "start": 874218325,
            "stop": 874218595
        },
        {
            "start": 874218614,
            "stop": 874218658
        },
        {
            "start": 874218677,
            "stop": 874218833
        },
        {
            "start": 874218859,
            "stop": 874218927
        },
        {
            "start": 874218946,
            "stop": 874218982
        },
        {
            "start": 874219001,
            "stop": 874219002
        },
        {
            "start": 874219021,
            "stop": 874219028
        },
        {
            "start": 874219047,
            "stop": 874219178
        },
        {
            "start": 874219197,
            "stop": 874219330
        },
        {
            "start": 874219350,
            "stop": 874219419
        },
        {
            "start": 874219450,
            "stop": 874219534
        },
        {
            "start": 874219573,
            "stop": 874219579
        }
    ]
}