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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=548",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=546",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 547,
    "results": [
        {
            "start": 871419185,
            "stop": 871419197
        },
        {
            "start": 871419205,
            "stop": 871419245
        },
        {
            "start": 871419250,
            "stop": 871420422
        },
        {
            "start": 871420428,
            "stop": 871420702
        },
        {
            "start": 871420708,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871431400
        },
        {
            "start": 871431408,
            "stop": 871432130
        },
        {
            "start": 871432135,
            "stop": 871432140
        },
        {
            "start": 871432145,
            "stop": 871432155
        },
        {
            "start": 871432160,
            "stop": 871432187
        },
        {
            "start": 871432193,
            "stop": 871433520
        },
        {
            "start": 871433525,
            "stop": 871433941
        },
        {
            "start": 871433942,
            "stop": 871440220
        },
        {
            "start": 871440225,
            "stop": 871441165
        },
        {
            "start": 871444085,
            "stop": 871506997
        },
        {
            "start": 871507003,
            "stop": 871513192
        },
        {
            "start": 871513200,
            "stop": 871513212
        },
        {
            "start": 871513220,
            "stop": 871522389
        },
        {
            "start": 871522689,
            "stop": 871590273
        },
        {
            "start": 871590383,
            "stop": 871591138
        }
    ]
}