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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=908",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 909,
    "results": [
        {
            "start": 864835877,
            "stop": 864836057
        },
        {
            "start": 864836188,
            "stop": 864837748
        },
        {
            "start": 864837891,
            "stop": 864838611
        },
        {
            "start": 864838779,
            "stop": 864838839
        },
        {
            "start": 864839159,
            "stop": 864839219
        },
        {
            "start": 864839489,
            "stop": 864839549
        },
        {
            "start": 864839805,
            "stop": 864840225
        },
        {
            "start": 864840597,
            "stop": 864841047
        },
        {
            "start": 864841107,
            "stop": 864842037
        },
        {
            "start": 864855947,
            "stop": 864856187
        },
        {
            "start": 864856337,
            "stop": 864858527
        },
        {
            "start": 864858587,
            "stop": 864858647
        },
        {
            "start": 864858677,
            "stop": 864858917
        },
        {
            "start": 864864321,
            "stop": 864871941
        },
        {
            "start": 864872141,
            "stop": 864885401
        },
        {
            "start": 864885671,
            "stop": 864886091
        },
        {
            "start": 864886241,
            "stop": 864886991
        },
        {
            "start": 864888542,
            "stop": 864890642
        },
        {
            "start": 864892401,
            "stop": 864893121
        },
        {
            "start": 864893271,
            "stop": 864894741
        }
    ]
}