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_STOCH_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/L1_STOCH_CAT1/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=154",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 155,
    "results": [
        {
            "start": 816772550,
            "stop": 816772553
        },
        {
            "start": 816772568,
            "stop": 816772575
        },
        {
            "start": 816772578,
            "stop": 816772713
        },
        {
            "start": 816772717,
            "stop": 816772775
        },
        {
            "start": 816772781,
            "stop": 816773019
        },
        {
            "start": 816773023,
            "stop": 816773025
        },
        {
            "start": 816773030,
            "stop": 816773037
        },
        {
            "start": 816773042,
            "stop": 816773045
        },
        {
            "start": 816773050,
            "stop": 816773051
        },
        {
            "start": 816773055,
            "stop": 816773058
        },
        {
            "start": 816773069,
            "stop": 816773173
        },
        {
            "start": 816775140,
            "stop": 816775211
        },
        {
            "start": 816775215,
            "stop": 816775217
        },
        {
            "start": 816775222,
            "stop": 816775227
        },
        {
            "start": 816775232,
            "stop": 816775306
        },
        {
            "start": 816775310,
            "stop": 816775314
        },
        {
            "start": 816775317,
            "stop": 816775321
        },
        {
            "start": 816775324,
            "stop": 816775326
        },
        {
            "start": 816775331,
            "stop": 816775385
        },
        {
            "start": 816775390,
            "stop": 816775421
        }
    ]
}