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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=324",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 325,
    "results": [
        {
            "start": 823074265,
            "stop": 823074294
        },
        {
            "start": 823074298,
            "stop": 823074301
        },
        {
            "start": 823074304,
            "stop": 823074307
        },
        {
            "start": 823074310,
            "stop": 823074367
        },
        {
            "start": 823074372,
            "stop": 823074474
        },
        {
            "start": 823074478,
            "stop": 823074542
        },
        {
            "start": 823074545,
            "stop": 823074671
        },
        {
            "start": 823074675,
            "stop": 823074677
        },
        {
            "start": 823074681,
            "stop": 823074683
        },
        {
            "start": 823074688,
            "stop": 823074691
        },
        {
            "start": 823074695,
            "stop": 823074759
        },
        {
            "start": 823074762,
            "stop": 823074766
        },
        {
            "start": 823074769,
            "stop": 823074779
        },
        {
            "start": 823074784,
            "stop": 823074786
        },
        {
            "start": 823074791,
            "stop": 823074792
        },
        {
            "start": 823074797,
            "stop": 823074799
        },
        {
            "start": 823074803,
            "stop": 823074851
        },
        {
            "start": 823074854,
            "stop": 823075035
        },
        {
            "start": 823075038,
            "stop": 823075046
        },
        {
            "start": 823075049,
            "stop": 823075052
        }
    ]
}