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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=249",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 250,
    "results": [
        {
            "start": 821656210,
            "stop": 821656560
        },
        {
            "start": 821656620,
            "stop": 821656738
        },
        {
            "start": 821656741,
            "stop": 821656799
        },
        {
            "start": 821656803,
            "stop": 821657284
        },
        {
            "start": 821657287,
            "stop": 821657453
        },
        {
            "start": 821657456,
            "stop": 821657485
        },
        {
            "start": 821657488,
            "stop": 821657492
        },
        {
            "start": 821657495,
            "stop": 821657751
        },
        {
            "start": 821657754,
            "stop": 821657973
        },
        {
            "start": 821657976,
            "stop": 821658458
        },
        {
            "start": 821658461,
            "stop": 821658759
        },
        {
            "start": 821658763,
            "stop": 821658766
        },
        {
            "start": 821658769,
            "stop": 821658999
        },
        {
            "start": 821659003,
            "stop": 821659043
        },
        {
            "start": 821659047,
            "stop": 821659050
        },
        {
            "start": 821659053,
            "stop": 821659522
        },
        {
            "start": 821659525,
            "stop": 821659571
        },
        {
            "start": 821660538,
            "stop": 821661255
        },
        {
            "start": 821661258,
            "stop": 821661657
        },
        {
            "start": 821661660,
            "stop": 821661720
        }
    ]
}