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=40930
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=40931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40929",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40930,
    "results": [
        {
            "start": 875106066,
            "stop": 875106074
        },
        {
            "start": 875106075,
            "stop": 875106140
        },
        {
            "start": 875106142,
            "stop": 875106146
        },
        {
            "start": 875106147,
            "stop": 875106173
        },
        {
            "start": 875106175,
            "stop": 875106213
        },
        {
            "start": 875106214,
            "stop": 875106221
        },
        {
            "start": 875106223,
            "stop": 875106238
        },
        {
            "start": 875106239,
            "stop": 875106313
        },
        {
            "start": 875106314,
            "stop": 875106324
        },
        {
            "start": 875106326,
            "stop": 875106328
        },
        {
            "start": 875106329,
            "stop": 875106330
        },
        {
            "start": 875106332,
            "stop": 875106335
        },
        {
            "start": 875106337,
            "stop": 875106338
        },
        {
            "start": 875106341,
            "stop": 875106345
        },
        {
            "start": 875106347,
            "stop": 875106351
        },
        {
            "start": 875106354,
            "stop": 875106381
        },
        {
            "start": 875106383,
            "stop": 875106406
        },
        {
            "start": 875106407,
            "stop": 875106419
        },
        {
            "start": 875106420,
            "stop": 875106537
        },
        {
            "start": 875106538,
            "stop": 875106540
        }
    ]
}