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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=155",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 156,
    "results": [
        {
            "start": 838042644,
            "stop": 838054255
        },
        {
            "start": 838054258,
            "stop": 838064533
        },
        {
            "start": 838065830,
            "stop": 838072251
        },
        {
            "start": 838072443,
            "stop": 838078933
        },
        {
            "start": 838079671,
            "stop": 838086382
        },
        {
            "start": 838086385,
            "stop": 838086705
        },
        {
            "start": 838086706,
            "stop": 838087153
        },
        {
            "start": 838088906,
            "stop": 838108393
        },
        {
            "start": 838109586,
            "stop": 838150893
        },
        {
            "start": 838151241,
            "stop": 838153933
        },
        {
            "start": 838155575,
            "stop": 838160225
        },
        {
            "start": 838160226,
            "stop": 838160339
        },
        {
            "start": 838160343,
            "stop": 838160344
        },
        {
            "start": 838160347,
            "stop": 838174503
        },
        {
            "start": 838175229,
            "stop": 838238533
        },
        {
            "start": 838240368,
            "stop": 838257913
        },
        {
            "start": 838259648,
            "stop": 838261961
        },
        {
            "start": 838261962,
            "stop": 838261993
        },
        {
            "start": 838261994,
            "stop": 838294993
        },
        {
            "start": 838297278,
            "stop": 838299000
        }
    ]
}