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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=261",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 262,
    "results": [
        {
            "start": 829878629,
            "stop": 829879109
        },
        {
            "start": 829879252,
            "stop": 829879492
        },
        {
            "start": 829879635,
            "stop": 829884435
        },
        {
            "start": 829884595,
            "stop": 829884655
        },
        {
            "start": 829886608,
            "stop": 829886908
        },
        {
            "start": 829887058,
            "stop": 829888828
        },
        {
            "start": 829888999,
            "stop": 829890139
        },
        {
            "start": 829891878,
            "stop": 829892718
        },
        {
            "start": 829892917,
            "stop": 829893817
        },
        {
            "start": 829893997,
            "stop": 829894837
        },
        {
            "start": 829894987,
            "stop": 829895857
        },
        {
            "start": 829897937,
            "stop": 829907897
        },
        {
            "start": 829908800,
            "stop": 829908980
        },
        {
            "start": 829909132,
            "stop": 829909492
        },
        {
            "start": 829910856,
            "stop": 829916616
        },
        {
            "start": 829917492,
            "stop": 829918872
        },
        {
            "start": 829919022,
            "stop": 829925292
        },
        {
            "start": 829925453,
            "stop": 829925573
        },
        {
            "start": 829927363,
            "stop": 829927603
        },
        {
            "start": 829927901,
            "stop": 829928801
        }
    ]
}