Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1506
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1507",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1505",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1506,
    "results": [
        {
            "start": 868790391,
            "stop": 868794196
        },
        {
            "start": 868842015,
            "stop": 868864950
        },
        {
            "start": 868866193,
            "stop": 868896977
        },
        {
            "start": 868897091,
            "stop": 868902697
        },
        {
            "start": 868902700,
            "stop": 868902703
        },
        {
            "start": 868902708,
            "stop": 868903669
        },
        {
            "start": 868903798,
            "stop": 868909149
        },
        {
            "start": 868909152,
            "stop": 868916425
        },
        {
            "start": 868916827,
            "stop": 868919346
        },
        {
            "start": 868921268,
            "stop": 868928733
        },
        {
            "start": 868946045,
            "stop": 868958784
        },
        {
            "start": 868958787,
            "stop": 868985093
        },
        {
            "start": 868985096,
            "stop": 869005206
        },
        {
            "start": 869005435,
            "stop": 869007089
        },
        {
            "start": 869007092,
            "stop": 869051352
        },
        {
            "start": 869053115,
            "stop": 869060216
        },
        {
            "start": 869061943,
            "stop": 869068002
        },
        {
            "start": 869069964,
            "stop": 869089097
        },
        {
            "start": 869089105,
            "stop": 869089106
        },
        {
            "start": 869089109,
            "stop": 869151448
        }
    ]
}