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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16634",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16632",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16633,
    "results": [
        {
            "start": 874815877,
            "stop": 874816059
        },
        {
            "start": 874816062,
            "stop": 874816105
        },
        {
            "start": 874816106,
            "stop": 874816140
        },
        {
            "start": 874816144,
            "stop": 874816208
        },
        {
            "start": 874816211,
            "stop": 874816215
        },
        {
            "start": 874816218,
            "stop": 874816327
        },
        {
            "start": 874816328,
            "stop": 874816358
        },
        {
            "start": 874816362,
            "stop": 874816403
        },
        {
            "start": 874816404,
            "stop": 874816501
        },
        {
            "start": 874816504,
            "stop": 874816524
        },
        {
            "start": 874816526,
            "stop": 874816791
        },
        {
            "start": 874816792,
            "stop": 874816884
        },
        {
            "start": 874816885,
            "stop": 874817341
        },
        {
            "start": 874817345,
            "stop": 874817458
        },
        {
            "start": 874817460,
            "stop": 874817470
        },
        {
            "start": 874817471,
            "stop": 874817488
        },
        {
            "start": 874817489,
            "stop": 874817499
        },
        {
            "start": 874817502,
            "stop": 874817644
        },
        {
            "start": 874817645,
            "stop": 874817651
        },
        {
            "start": 874817655,
            "stop": 874817679
        }
    ]
}