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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=154",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 155,
    "results": [
        {
            "start": 831145351,
            "stop": 831146293
        },
        {
            "start": 831146323,
            "stop": 831146324
        },
        {
            "start": 831146610,
            "stop": 831146711
        },
        {
            "start": 831146923,
            "stop": 831147013
        },
        {
            "start": 831148355,
            "stop": 831151199
        },
        {
            "start": 831151924,
            "stop": 831152989
        },
        {
            "start": 831154839,
            "stop": 831156366
        },
        {
            "start": 831156370,
            "stop": 831156846
        },
        {
            "start": 831156850,
            "stop": 831157483
        },
        {
            "start": 831159558,
            "stop": 831162225
        },
        {
            "start": 831169979,
            "stop": 831170471
        },
        {
            "start": 831170551,
            "stop": 831171401
        },
        {
            "start": 831171404,
            "stop": 831171493
        },
        {
            "start": 831173686,
            "stop": 831174722
        },
        {
            "start": 831175645,
            "stop": 831176172
        },
        {
            "start": 831176747,
            "stop": 831176754
        },
        {
            "start": 831176812,
            "stop": 831180493
        },
        {
            "start": 831181422,
            "stop": 831208213
        },
        {
            "start": 831208246,
            "stop": 831208248
        },
        {
            "start": 831209097,
            "stop": 831222100
        }
    ]
}