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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=130",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 131,
    "results": [
        {
            "start": 931128797,
            "stop": 931128799
        },
        {
            "start": 931128801,
            "stop": 931128815
        },
        {
            "start": 931128816,
            "stop": 931128850
        },
        {
            "start": 931128851,
            "stop": 931128857
        },
        {
            "start": 931128858,
            "stop": 931128859
        },
        {
            "start": 931128860,
            "stop": 931128863
        },
        {
            "start": 931128865,
            "stop": 931128876
        },
        {
            "start": 931128879,
            "stop": 931128892
        },
        {
            "start": 931128896,
            "stop": 931128901
        },
        {
            "start": 931128902,
            "stop": 931128903
        },
        {
            "start": 931128904,
            "stop": 931128908
        },
        {
            "start": 931128909,
            "stop": 931128910
        },
        {
            "start": 931128911,
            "stop": 931128912
        },
        {
            "start": 931128914,
            "stop": 931128918
        },
        {
            "start": 931128919,
            "stop": 931128931
        },
        {
            "start": 931128933,
            "stop": 931128936
        },
        {
            "start": 931128937,
            "stop": 931128938
        },
        {
            "start": 931128939,
            "stop": 931128940
        },
        {
            "start": 931128941,
            "stop": 931128959
        },
        {
            "start": 931128960,
            "stop": 931128965
        }
    ]
}