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=16576
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=16577",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16575",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16576,
    "results": [
        {
            "start": 874697451,
            "stop": 874697471
        },
        {
            "start": 874697473,
            "stop": 874697479
        },
        {
            "start": 874697482,
            "stop": 874697561
        },
        {
            "start": 874697562,
            "stop": 874697586
        },
        {
            "start": 874697587,
            "stop": 874697608
        },
        {
            "start": 874697609,
            "stop": 874697651
        },
        {
            "start": 874697935,
            "stop": 874697939
        },
        {
            "start": 874697941,
            "stop": 874698061
        },
        {
            "start": 874698063,
            "stop": 874698070
        },
        {
            "start": 874698072,
            "stop": 874698091
        },
        {
            "start": 874698092,
            "stop": 874698100
        },
        {
            "start": 874698101,
            "stop": 874698196
        },
        {
            "start": 874698197,
            "stop": 874698307
        },
        {
            "start": 874698308,
            "stop": 874698490
        },
        {
            "start": 874698491,
            "stop": 874698560
        },
        {
            "start": 874698561,
            "stop": 874698928
        },
        {
            "start": 874698929,
            "stop": 874698937
        },
        {
            "start": 874698939,
            "stop": 874698962
        },
        {
            "start": 874698964,
            "stop": 874699000
        },
        {
            "start": 874699002,
            "stop": 874699024
        }
    ]
}