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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46724",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46725,
    "results": [
        {
            "start": 875063317,
            "stop": 875063351
        },
        {
            "start": 875063352,
            "stop": 875063363
        },
        {
            "start": 875063364,
            "stop": 875063385
        },
        {
            "start": 875063389,
            "stop": 875063393
        },
        {
            "start": 875063395,
            "stop": 875063401
        },
        {
            "start": 875063402,
            "stop": 875063437
        },
        {
            "start": 875063438,
            "stop": 875063548
        },
        {
            "start": 875063550,
            "stop": 875063571
        },
        {
            "start": 875063572,
            "stop": 875063600
        },
        {
            "start": 875063601,
            "stop": 875063618
        },
        {
            "start": 875063621,
            "stop": 875063631
        },
        {
            "start": 875063635,
            "stop": 875063648
        },
        {
            "start": 875063651,
            "stop": 875063675
        },
        {
            "start": 875063680,
            "stop": 875063697
        },
        {
            "start": 875063698,
            "stop": 875063845
        },
        {
            "start": 875063846,
            "stop": 875063854
        },
        {
            "start": 875063855,
            "stop": 875063923
        },
        {
            "start": 875063924,
            "stop": 875063944
        },
        {
            "start": 875063945,
            "stop": 875063996
        },
        {
            "start": 875063999,
            "stop": 875064032
        }
    ]
}