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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1763",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1761",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1762,
    "results": [
        {
            "start": 1249460678,
            "stop": 1249460693
        },
        {
            "start": 1249460696,
            "stop": 1249460729
        },
        {
            "start": 1249460732,
            "stop": 1249460751
        },
        {
            "start": 1249460754,
            "stop": 1249460799
        },
        {
            "start": 1249460802,
            "stop": 1249461083
        },
        {
            "start": 1249461086,
            "stop": 1249461120
        },
        {
            "start": 1249461123,
            "stop": 1249461190
        },
        {
            "start": 1249461193,
            "stop": 1249461238
        },
        {
            "start": 1249461241,
            "stop": 1249461305
        },
        {
            "start": 1249461308,
            "stop": 1249461324
        },
        {
            "start": 1249461327,
            "stop": 1249461331
        },
        {
            "start": 1249461334,
            "stop": 1249461337
        },
        {
            "start": 1249461340,
            "stop": 1249461383
        },
        {
            "start": 1249461389,
            "stop": 1249461411
        },
        {
            "start": 1249461414,
            "stop": 1249461485
        },
        {
            "start": 1249461488,
            "stop": 1249461548
        },
        {
            "start": 1249461551,
            "stop": 1249461650
        },
        {
            "start": 1249461653,
            "stop": 1249461674
        },
        {
            "start": 1249461677,
            "stop": 1249461790
        },
        {
            "start": 1249461792,
            "stop": 1249461832
        }
    ]
}